From 3a2c8630fe50552bc798c01e29d97d78210a5ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 12:10:09 +0000 Subject: [PATCH] chore(deps): bump hyper from 0.14.28 to 1.2.0 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.2.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.2.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- moksha-mint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c5b6492..6ce478fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,7 +1846,7 @@ dependencies = [ "fedimint-tonic-lnd", "hex", "http-body-util", - "hyper 0.14.28", + "hyper 1.2.0", "lightning-invoice 0.26.0", "mockall", "moksha-core", diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 3daad4fc..e57bcc8c 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -22,7 +22,7 @@ hex = "0.4.3" async-trait = "0.1.74" anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.7.4", features = ["http2"] } -hyper = "0.14.28" +hyper = "1.2.0" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" tokio = { version = "1.36.0", features = ["full"] }