From eb37caf640ee5b7fc44f2a5a484e13935eebf769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 16:53:35 +0000 Subject: [PATCH] Bump hyper from 0.13.10 to 0.14.19 Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.19. - [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.19) --- 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 20a984ca..2129c7b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2564,7 +2564,7 @@ dependencies = [ "hdkeygen", "hersir", "hex", - "hyper 0.13.10", + "hyper 0.14.19", "image", "itertools 0.10.3", "jcli", @@ -6542,7 +6542,7 @@ dependencies = [ "chain-time", "chain-vote", "hex", - "hyper 0.13.10", + "hyper 0.14.19", "itertools 0.10.3", "jormungandr-automation", "jormungandr-lib", diff --git a/iapyx/Cargo.toml b/iapyx/Cargo.toml index 066fdecf..47d509ea 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 = "test_api_for_snapshot", features=["test-api"]} valgrind = { path = "../valgrind"} -hyper = "0.13.6" +hyper = "0.14.19" thiserror = "1.0" serde_json = "1.0.53" serde_yaml = "0.8.23" diff --git a/valgrind/Cargo.toml b/valgrind/Cargo.toml index 6f2c2780..e58d2b2e 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.19" warp = "0.3" serde_json = "1.0" warp-reverse-proxy = "0.3.2" diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index 4f61e3df..9c8f53b8 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -65,7 +65,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.19", features = ["server"] } rustls = "0.20.4" rustls-pemfile = "0.2.1" tokio-rustls = "0.23.2"