From 38ba2fc38734201876ee552061182fbdeb8aa735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:41:54 +0000 Subject: [PATCH] build(deps): bump hyper from 1.0.1 to 1.1.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.1 to 1.1.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.0.1...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++----- swap/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68040b49..3738e6eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1751,13 +1751,11 @@ dependencies = [ [[package]] name = "hyper" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56" +checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75" dependencies = [ "bytes", - "futures-channel", - "futures-util", "http 1.0.0", "http-body 1.0.0", "pin-project-lite 0.2.13", @@ -4345,7 +4343,7 @@ dependencies = [ "futures", "get-port", "hex", - "hyper 1.0.1", + "hyper 1.1.0", "itertools 0.12.0", "libp2p", "mockito", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index ad48c4e2..497a67d0 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -76,7 +76,7 @@ zip = "0.5" [dev-dependencies] bitcoin-harness = "0.2.2" get-port = "3" -hyper = "1.0" +hyper = "1.1" mockito = "1.2.0" monero-harness = { path = "../monero-harness" } port_check = "0.1"