Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 28db300

Browse files
committed
sc-offchain: upgrade hyper-rustls to 0.18
1 parent 4082d75 commit 28db300

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 24 additions & 24 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
@@ -33,7 +33,7 @@ sc-keystore = { version = "2.0.0-rc4", path = "../keystore" }
3333

3434
[target.'cfg(not(target_os = "unknown"))'.dependencies]
3535
hyper = "0.13.2"
36-
hyper-rustls = "0.20"
36+
hyper-rustls = "0.21.0"
3737

3838
[dev-dependencies]
3939
env_logger = "0.7.0"

0 commit comments

Comments
 (0)