diff --git a/Cargo.lock b/Cargo.lock index 5b3c9109..45b35085 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ dependencies = [ "pin-project-lite", "rustversion", "serde", - "sync_wrapper", + "sync_wrapper 0.1.2", "tower", "tower-layer", "tower-service", @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1236b4b292f6c4d6dc34604bb5120d85c3fe1d1aa596bd5cc52ca054d13e7b9e" +checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" dependencies = [ "async-trait", "axum-core 0.4.3", @@ -240,7 +240,7 @@ dependencies = [ "serde_json", "serde_path_to_error", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 1.0.0", "tokio", "tower", "tower-layer", @@ -280,7 +280,7 @@ dependencies = [ "mime", "pin-project-lite", "rustversion", - "sync_wrapper", + "sync_wrapper 0.1.2", "tower-layer", "tower-service", "tracing", @@ -1548,7 +1548,7 @@ version = "0.2.1" dependencies = [ "anyhow", "assert_cmd", - "axum 0.7.4", + "axum 0.7.5", "bitcoin_hashes 0.12.0", "bitcoincore-rpc", "fedimint-tonic-lnd", @@ -1880,7 +1880,7 @@ version = "0.2.1" dependencies = [ "anyhow", "async-trait", - "axum 0.7.4", + "axum 0.7.5", "chrono", "clap", "cln-grpc", @@ -2617,7 +2617,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 0.1.2", "system-configuration", "tokio", "tower-service", @@ -2657,7 +2657,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 0.1.2", "tokio", "tokio-rustls 0.25.0", "tokio-socks", @@ -3451,6 +3451,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[package]] +name = "sync_wrapper" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c" + [[package]] name = "system-configuration" version = "0.5.1" @@ -4104,7 +4110,7 @@ version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b39868d43c011961e04b41623e050aedf2cc93652562ff7935ce0f819aaf2da" dependencies = [ - "axum 0.7.4", + "axum 0.7.5", "mime_guess", "regex", "rust-embed", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 9324e130..d06201d3 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" [dependencies] rand = "0.8.5" -axum = "0.7.4" +axum = "0.7.5" anyhow = { version = "1.0.80", features = ["backtrace"] } serde = { version = "1.0.197", features = ["derive"] } lightning-invoice = "0.29.0" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index fa63d75f..4b0e16df 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5.1", features = ["env", "derive"] } hex = "0.4.3" async-trait = "0.1.74" anyhow = { version = "1.0.75", features = ["backtrace"] } -axum = { version = "0.7.4", features = ["http2"] } +axum = { version = "0.7.5", features = ["http2"] } hyper = "1" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"