From 9f49cabc0edccf18349d5398ed3ff4d3a046290d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 08:29:37 +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 | 2 +- moksha-mint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63d131fd..925216ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,7 +2794,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/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 4ec7437a..76f44a5d 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -21,7 +21,7 @@ hex = "0.4.3" async-trait = "0.1.74" anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.7.3", 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"