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"] }