Skip to content

Commit

Permalink
Bump http from 0.2.8 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.8 to 1.0.0.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.8...v1.0.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent a13a518 commit 4fbd406
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
31 changes: 21 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion toshi-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rust_tls = ["hyper_client", "hyper-rustls"]
[dependencies]
toshi-types = { path = "../toshi-types" }
async-trait = "^0.1"
http = "^0.2"
http = "^1.0"
thiserror = "^1.0"
serde = "^1.0"
serde_json = "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion toshi-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra_tokenizers = ["cang-jie"]

[dependencies]
toshi-types = { path = "../toshi-types" }
http = "^0.2"
http = "^1.0"
bytes = "^1"
hyper = { version = "^0.14", features = ["full"] }
serde_json = "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion toshi-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
resolver = "2"

[dependencies]
http = "^0.2"
http = "^1.0"
thiserror = "^1.0"
anyhow = "^1.0"
serde = "^1.0"
Expand Down

0 comments on commit 4fbd406

Please sign in to comment.