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

Commit 4da2926

Browse files
author
Andronik Ordian
authored
sc-offchain: upgrade hyper-rustls to 0.18 (#6663)
* sc-offchain: upgrade hyper-rustls to 0.18 * Cargo.lock: revert rand downgrade due to rust-lang/cargo/issues/5702
1 parent 4082d75 commit 4da2926

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 23 additions & 23 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)