Skip to content

Commit 12da77f

Browse files
Bump hyper from 0.13.10 to 0.14.18
Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.18. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.13.10...v0.14.18) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6f3552 commit 12da77f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iapyx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch =
3333
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
3434
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "swtich_stake_from_funds_to_token", features=["test-api"]}
3535
valgrind = { path = "../valgrind"}
36-
hyper = "0.13.6"
36+
hyper = "0.14.18"
3737
thiserror = "1.0"
3838
serde_json = "1.0.53"
3939
serde_yaml = "0.8.23"

valgrind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ thiserror = "1.0"
1616
serde = { version = "1", features = ["derive"] }
1717
regex = "*"
1818
tokio = { version = "1.4", features = ["macros","rt","rt-multi-thread"] }
19-
hyper = "0.13.6"
19+
hyper = "0.14.18"
2020
warp = "0.3"
2121
serde_json = "1.0"
2222
warp-reverse-proxy = "0.3.2"

vitup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
6262
tracing-subscriber = "0.2.16"
6363
tracing = "0.1"
6464
tracing-appender = "0.1.2"
65-
hyper = { version = "0.14.17", features = ["server"] }
65+
hyper = { version = "0.14.18", features = ["server"] }
6666
rustls = "0.20.4"
6767
rustls-pemfile = "0.2.1"
6868
tokio-rustls = "0.23.2"

0 commit comments

Comments
 (0)