Skip to content

Commit 36fc0d0

Browse files
Bump hyper-rustls from 0.23.2 to 0.24.0
Bumps [hyper-rustls](https://github.com/ctz/hyper-rustls) from 0.23.2 to 0.24.0. - [Release notes](https://github.com/ctz/hyper-rustls/releases) - [Commits](rustls/hyper-rustls@v/0.23.2...v/0.24.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f79a5a commit 36fc0d0

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

Cargo.lock

Lines changed: 38 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/offchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fnv = "1.0.6"
2020
futures = "0.3.21"
2121
futures-timer = "3.0.2"
2222
hyper = { version = "0.14.16", features = ["stream", "http2"] }
23-
hyper-rustls = { version = "0.23.0", features = ["http2"] }
23+
hyper-rustls = { version = "0.24.0", features = ["http2"] }
2424
libp2p = "0.50.0"
2525
num_cpus = "1.13"
2626
once_cell = "1.8"

0 commit comments

Comments
 (0)