Skip to content

Commit 9de9656

Browse files
author
differs
authored
Merge pull request #5 from differs/dependabot/cargo/hyper-0.13.10
Bump hyper from 0.12.36 to 0.13.10
2 parents 238289a + fa5bbf8 commit 9de9656

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/rpc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1212

1313
[dependencies]
1414
futures = "0.1.29"
15-
hyper = "~0.12.35"
15+
hyper = "~0.13.10"
1616
jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] }
1717
log = "0.4.8"
1818
node-primitives = { version = "2.0.0", path = "../primitives" }

client/offchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sc-network = { version = "0.9.0", path = "../network" }
3333
sc-keystore = { version = "3.0.0", path = "../keystore" }
3434

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

3939
[dev-dependencies]

utils/prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ derive_more = "0.99"
2020

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

0 commit comments

Comments
 (0)