Skip to content

Commit 2d9d9ad

Browse files
build(deps): Update hyper requirement from 0.14.27 to 1.1.0
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.27...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e556514 commit 2d9d9ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ log = "0.4.20"
1616
rustls = { version = "0.22.2", features = ["logging"] }
1717
hyper-rustls = "0.26.0"
1818
rustls-native-certs = "0.7.0"
19-
hyper = { version = "0.14.27", features = ["full"], optional = true }
19+
hyper = { version = "1.1.0", features = ["full"], optional = true }
2020
tokio-rustls = { version = "0.25.0", optional = true }
2121
rand = "0.8.5"
2222
random-manager = "0.0.5" # https://crates.io/crates/random-manager/versions

core/server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ readme = "README.md"
1313
[dependencies]
1414
futures = "0.3.28"
1515
http = "0.2.9"
16-
hyper = { version = "0.14.25", features = ["full"] }
16+
hyper = { version = "1.1.0", features = ["full"] }
1717
log = "0.4.20"
1818
tokio = { version = "1.32.0", features = ["full"] } # https://github.com/tokio-rs/tokio/releases

crates/avalanche-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ecdsa = { version = "0.16.7", features = ["rfc6979", "verifying"] } # https://gi
2626
ethers-core = { version = "=2.0.13", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
2727
hex = "0.4.3"
2828
hmac = "0.12.1"
29-
hyper = { version = "0.14.26"}
29+
hyper = { version = "1.1.0"}
3030
k256 = { version = "0.13.1", features = ["ecdsa"] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256
3131
lazy_static = "1.4.0"
3232
log = "0.4.20"

0 commit comments

Comments
 (0)