From c2cb88031030e3333fbe808f518cdc28b457d1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:24:14 +0000 Subject: [PATCH] build(deps): bump hyper from 1.5.2 to 1.6.0 (#2268) Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.2 to 1.6.0. - [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/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 26 +++++++++++++------------- zilliqa/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14cfce498..5c8baeb4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3448,7 +3448,7 @@ dependencies = [ "async-stream", "async-trait", "dyn-clone", - "hyper 1.5.2", + "hyper 1.6.0", "log", "reqwest 0.12.12", "serde", @@ -3955,9 +3955,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", @@ -4013,7 +4013,7 @@ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "rustls 0.23.22", @@ -4031,7 +4031,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "pin-project-lite", "tokio", @@ -4062,7 +4062,7 @@ dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", "pin-project-lite", "socket2", "tokio", @@ -4283,7 +4283,7 @@ dependencies = [ "futures", "http 1.2.0", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "rand", @@ -4651,7 +4651,7 @@ dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls 0.27.5", "hyper-util", "jsonrpsee-core", @@ -4690,7 +4690,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -5934,7 +5934,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls 0.27.5", "hyper-timeout", "hyper-util", @@ -7116,7 +7116,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls 0.27.5", "hyper-util", "ipnet", @@ -9094,7 +9094,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -10392,7 +10392,7 @@ dependencies = [ "futures", "hex", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "indicatif", "itertools 0.14.0", "jsonrpsee", diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index 61ce046de..e2236a87a 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -41,7 +41,7 @@ ethabi = "18.0.0" futures = "0.3.31" hex = { version = "0.4.3", features = ["serde"] } http = "1.2.0" -hyper = "1.5.2" +hyper = "1.6.0" itertools = "0.14.0" jsonrpsee = { version = "0.24.8", features = ["jsonrpsee-http-client", "server"] } k256 = {version = "0.13.4", features = ["serde", "pem"] }