diff --git a/Cargo.lock b/Cargo.lock index 93e57b5b9..0110e2e72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364" dependencies = [ "proc-macro2", "quote", diff --git a/crates/daemon/Cargo.toml b/crates/daemon/Cargo.toml index 2a0e90880..24d7d889c 100644 --- a/crates/daemon/Cargo.toml +++ b/crates/daemon/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1" async-stream = "0.3" -async-trait = "0.1.57" +async-trait = "0.1.59" asynchronous-codec = { version = "0.6.0", features = ["json"] } bdk = { version = "0.23.0", default-features = false, features = ["key-value-db"] } bdk-ext = { path = "../bdk-ext" } diff --git a/crates/maker/Cargo.toml b/crates/maker/Cargo.toml index 95d936b4a..e53568cd7 100644 --- a/crates/maker/Cargo.toml +++ b/crates/maker/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] anyhow = "1" -async-trait = "0.1.57" +async-trait = "0.1.59" bdk = { version = "0.23.0", default-features = false, features = ["electrum"] } clap = { version = "4", features = ["derive"] } conquer-once = "0.3" diff --git a/crates/xtra-libp2p-offer/Cargo.toml b/crates/xtra-libp2p-offer/Cargo.toml index 5193cd2d8..7212c7799 100644 --- a/crates/xtra-libp2p-offer/Cargo.toml +++ b/crates/xtra-libp2p-offer/Cargo.toml @@ -6,7 +6,7 @@ description = "Implementation of the `/itchysats/offer` protocol using xtra-libp [dependencies] anyhow = "1" -async-trait = "0.1.57" +async-trait = "0.1.59" asynchronous-codec = { version = "0.6.0", features = ["json"] } conquer-once = "0.3.2" futures = { version = "0.3", default-features = false } diff --git a/crates/xtra-libp2p-rollover/Cargo.toml b/crates/xtra-libp2p-rollover/Cargo.toml index e3ea152f2..b1590b984 100644 --- a/crates/xtra-libp2p-rollover/Cargo.toml +++ b/crates/xtra-libp2p-rollover/Cargo.toml @@ -6,7 +6,7 @@ description = "Implementation of the `/itchysats/rollover` protocol using xtra-l [dependencies] anyhow = "1" -async-trait = "0.1.57" +async-trait = "0.1.59" asynchronous-codec = { version = "0.6.0", features = ["json"] } bdk = { version = "0.23.0", default-features = false } bdk-ext = { path = "../bdk-ext" } diff --git a/crates/xtras/Cargo.toml b/crates/xtras/Cargo.toml index 605b29c21..04522a0ec 100644 --- a/crates/xtras/Cargo.toml +++ b/crates/xtras/Cargo.toml @@ -6,7 +6,7 @@ description = "Extension trait for the xtra actor framework" [dependencies] anyhow = "1" -async-trait = "0.1.57" +async-trait = "0.1.59" futures = { version = "0.3", default-features = false, features = ["std"] } quiet-spans = { path = "../quiet-spans" } thiserror = "1"