diff --git a/Cargo.lock b/Cargo.lock index 3677852..d1f1411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.51" +version = "0.1.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" +checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" dependencies = [ "proc-macro2", "quote", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index cebc86c..3be69d1 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1" -async-trait = "0.1.51" +async-trait = "0.1.52" atty = "0.2" bdk = { version = "0.14.1-dev", default-features = false, features = ["electrum"] } bytes = "1"