From ed873ea53add27555fec87d791824b3cedb570c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:22:41 +0000 Subject: [PATCH] chore(deps): bump hyper from 0.14.28 to 1.1.0 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 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/v0.14.28...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- integrationtests/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ad985c7..a4d1270c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,6 +2042,7 @@ dependencies = [ "itoa", "pin-project-lite", "tokio", + "want", ] [[package]] @@ -2743,7 +2744,7 @@ dependencies = [ "anyhow", "axum 0.6.20", "bitcoin_hashes 0.11.0", - "hyper 0.14.28", + "hyper 1.1.0", "lightning 0.0.116", "lightning-invoice 0.24.0", "moksha-core", @@ -2775,7 +2776,7 @@ dependencies = [ "fedimint-tonic-lnd", "hex", "http-body-util", - "hyper 0.14.28", + "hyper 1.1.0", "lightning-invoice 0.26.0", "mockall", "moksha-core", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 554154f3..f76d4c39 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -29,7 +29,7 @@ serde_derive = "1.0.171" serde_json = "1.0.108" lightning-invoice = "0.24.0" lightning = "0.0.116" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.1", features = ["full"] } bitcoin_hashes = { version = "0.11.0", default-features = false } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc", "rand"] } tracing = "0.1.40" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 1b490fc9..c58d4268 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -23,7 +23,7 @@ bitcoin_hashes = "0.12.0" anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.7.2", features = ["http2"] } -hyper = "0.14.27" +hyper = "1.1.0" serde = { version = "1.0.193", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108"