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
This commit is contained in:
Andronik Ordian
2020-07-15 16:41:19 +02:00
committed by GitHub
parent f957281008
commit e10598af1f
2 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sc-keystore = { version = "2.0.0-rc4", path = "../keystore" }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
hyper = "0.13.2"
hyper-rustls = "0.20"
hyper-rustls = "0.21.0"
[dev-dependencies]
env_logger = "0.7.0"