Skip to content

Commit

Permalink
Merge pull request #5 from differs/dependabot/cargo/hyper-0.13.10
Browse files Browse the repository at this point in the history
Bump hyper from 0.12.36 to 0.13.10
  • Loading branch information
differs committed Mar 12, 2021
2 parents 238289a + fa5bbf8 commit 9de9656
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 bin/node/rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
futures = "0.1.29"
hyper = "~0.12.35"
hyper = "~0.13.10"
jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] }
log = "0.4.8"
node-primitives = { version = "2.0.0", path = "../primitives" }
Expand Down
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-network = { version = "0.9.0", path = "../network" }
sc-keystore = { version = "3.0.0", path = "../keystore" }

[target.'cfg(not(target_os = "unknown"))'.dependencies]
hyper = "0.13.9"
hyper = "0.13.10"
hyper-rustls = "0.21.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion utils/prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ derive_more = "0.99"

[target.'cfg(not(target_os = "unknown"))'.dependencies]
async-std = { version = "1.6.5", features = ["unstable"] }
hyper = { version = "0.13.9", default-features = false, features = ["stream"] }
hyper = { version = "0.13.10", default-features = false, features = ["stream"] }
tokio = "0.2"

0 comments on commit 9de9656

Please sign in to comment.