From ef7922f898191cfcf1e843af70c6a010a9d733d7 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Fri, 7 Oct 2022 20:34:27 +0200 Subject: [PATCH] build(deps): bump bdk to 0.23 --- Cargo.lock | 4 ++-- swap/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index deca7d2b..20789dbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,9 +241,9 @@ dependencies = [ [[package]] name = "bdk" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14836e8b1312be32e46f5da47e1189c2239fa75f9237a0a7c7aea9ee7071a2bc" +checksum = "a03818e03fb03c159053bf474a23c474c92796cc0ebc5f677512e989ee449c04" dependencies = [ "async-trait", "bdk-macros", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 8df4f0ef..ea2e826e 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1" atty = "0.2" backoff = { version = "0.4", features = [ "tokio" ] } base64 = "0.13" -bdk = "0.22" +bdk = "0.23" big-bytes = "1" bitcoin = { version = "0.28", features = [ "rand", "use-serde" ] } bmrng = "0.5"