From 12da77f50e16d0a7435a8c8521d885cbd5a4ca2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:44:41 +0000 Subject: [PATCH] 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](https://github.com/hyperium/hyper/compare/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] --- Cargo.lock | 4 ++-- iapyx/Cargo.toml | 2 +- valgrind/Cargo.toml | 2 +- vitup/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14e0b1ee..d9466903 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2476,7 +2476,7 @@ dependencies = [ "hdkeygen", "hersir", "hex", - "hyper 0.13.10", + "hyper 0.14.18", "image", "itertools 0.10.3", "jcli", @@ -6205,7 +6205,7 @@ dependencies = [ "chain-time", "chain-vote", "hex", - "hyper 0.13.10", + "hyper 0.14.18", "itertools 0.10.3", "jormungandr-automation", "jormungandr-lib", diff --git a/iapyx/Cargo.toml b/iapyx/Cargo.toml index 6e3d91b4..0a8d079d 100644 --- a/iapyx/Cargo.toml +++ b/iapyx/Cargo.toml @@ -33,7 +33,7 @@ hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" } catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "swtich_stake_from_funds_to_token", features=["test-api"]} valgrind = { path = "../valgrind"} -hyper = "0.13.6" +hyper = "0.14.18" thiserror = "1.0" serde_json = "1.0.53" serde_yaml = "0.8.23" diff --git a/valgrind/Cargo.toml b/valgrind/Cargo.toml index 349eaf38..8334cf30 100644 --- a/valgrind/Cargo.toml +++ b/valgrind/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0" serde = { version = "1", features = ["derive"] } regex = "*" tokio = { version = "1.4", features = ["macros","rt","rt-multi-thread"] } -hyper = "0.13.6" +hyper = "0.14.18" warp = "0.3" serde_json = "1.0" warp-reverse-proxy = "0.3.2" diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index 202007b9..022af539 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -62,7 +62,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] } tracing-subscriber = "0.2.16" tracing = "0.1" tracing-appender = "0.1.2" -hyper = { version = "0.14.17", features = ["server"] } +hyper = { version = "0.14.18", features = ["server"] } rustls = "0.20.4" rustls-pemfile = "0.2.1" tokio-rustls = "0.23.2"