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

Commit

Permalink
sc-offchain: upgrade hyper-rustls to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Jul 15, 2020
1 parent 4082d75 commit 28db300
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/offchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28db300

Please sign in to comment.