From 85b9b7762a6bc84eb9ae6162c67030ec2eaf5146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:33:19 +0000 Subject: [PATCH] build(deps): bump axum from 0.6.4 to 0.6.7 Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.4 to 0.6.7. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.4...axum-v0.6.7) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fedimintd/Cargo.toml | 2 +- gateway/cli/Cargo.toml | 2 +- gateway/ln-gateway/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d58f3f54df..651d0e6c6dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.4" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc" +checksum = "2fb79c228270dcf2426e74864cabc94babb5dbab01a4314e702d2f16540e1591" dependencies = [ "async-trait", "axum-core", diff --git a/fedimintd/Cargo.toml b/fedimintd/Cargo.toml index ebb1d69557d..52ffa2b055a 100644 --- a/fedimintd/Cargo.toml +++ b/fedimintd/Cargo.toml @@ -57,7 +57,7 @@ threshold_crypto = { git = "https://github.com/jkitman/threshold_crypto", branch # setup dependencies askama = "0.11.1" askama_axum = "0.2.1" -axum = { version = "0.6.4", default-features = false, features = [ "form", "tokio" ] } +axum = { version = "0.6.7", default-features = false, features = [ "form", "tokio" ] } axum-macros = "0.3.1" http = "0.2" http-body = "0.4" diff --git a/gateway/cli/Cargo.toml b/gateway/cli/Cargo.toml index 749b9611b02..55c1d56ffb6 100644 --- a/gateway/cli/Cargo.toml +++ b/gateway/cli/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.66" async-trait = "0.1.64" -axum = "0.6.4" +axum = "0.6.7" axum-macros = "0.3.1" bitcoin = { version = "0.29.2", features = ["serde"] } clap = { version = "4.1.6", features = ["derive", "std", "help", "usage", "error-context", "suggestions"], default-features = false } diff --git a/gateway/ln-gateway/Cargo.toml b/gateway/ln-gateway/Cargo.toml index 271343fb365..6b3f1068c3c 100644 --- a/gateway/ln-gateway/Cargo.toml +++ b/gateway/ln-gateway/Cargo.toml @@ -27,7 +27,7 @@ path = "src/bin/cln_extension.rs" [dependencies] anyhow = "1.0.66" async-trait = "0.1.64" -axum = "0.6.4" +axum = "0.6.7" axum-macros = "0.3.1" bitcoin_hashes = "0.11.0" bitcoin = { version = "0.29.2", features = ["serde"] }