Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 80aea8e commit 53ff041
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 21 deletions.
43 changes: 27 additions & 16 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 crates/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tendermint-rpc = { version = "0.34.0", features = ["http-client", "websocket-
async-trait = "0.1.72"
flex-error = { version = "0.4.4", default-features = false }
futures = { version = "0.3.27", features = ["executor"] }
http = "0.2"
http = "1.1"
itertools = "0.10.5"
reqwest = { version = "0.11.13", features = ["rustls-tls-native-roots", "json"], default-features = false }
serde = "1.0.195"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ eyre = "0.6.12"
flex-error = { version = "0.4.4", default-features = false, features = ["std", "eyre_tracer"] }
futures = "0.3.27"
hdpath = "0.6.3"
http = "0.2"
http = "1.1"
humantime = "2.1"
itertools = "0.10.5"
oneline-eyre = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ itertools = "0.10.5"
dirs-next = "2.0.0"
retry = { version = "2.0.0", default-features = false }
async-stream = "0.3.5"
http = "0.2.9"
http = "1.1.0"
reqwest = { version = "0.11", features = ["rustls-tls-native-roots", "json"], default-features = false }
flex-error = { version = "0.4.4", default-features = false }
signature = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ibc-relayer-types = { path = "../../crates/relayer-types" }
ibc-relayer = { path = "../../crates/relayer" }
ibc-test-framework = { path = "../test-framework" }

http = "0.2.9"
http = "1.1.0"
serde_json = "1"
time = "0.3"
toml = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ibc-relayer-cli = { version = "=1.8.1", path = "../../crates/relayer-cli"
ibc-proto = { version = "0.42.0", features = ["serde"] }
tendermint-rpc = { version = "0.34.0", features = ["http-client", "websocket-client"] }

http = "0.2.9"
http = "1.1.0"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1.36"
tracing-subscriber = "0.3.14"
Expand Down

0 comments on commit 53ff041

Please sign in to comment.