From 7f6299075c2ef6187e927c7e4b5739b0644e967f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 03:54:18 +0000 Subject: [PATCH] Bump bdk from 0.4.0 to 0.5.0 Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/bitcoindevkit/bdk/releases) - [Changelog](https://github.com/bitcoindevkit/bdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitcoindevkit/bdk/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ swap/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 050ee9f4..a5baea70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,9 +255,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bdk" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daeccaea73c9fc27e218e2a4402070707fb8354afd30fecd4a1c9a0bea8b79c4" +checksum = "4260e70501c2f9d6fb2915cf2be2f5b8ba57743e527834de5de6e371827f1e19" dependencies = [ "async-trait", "bdk-macros", @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "bdk-macros" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b96757dbe9c7e0a8f0635c5366464d9c713528e111f47490e96385f70d6a67a6" +checksum = "b45570b78250774145859a8f85bfdb6e310663fc82640d7e159a44b1386074a2" dependencies = [ "proc-macro2", "quote", @@ -899,9 +899,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "electrum-client" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21453800c95bb1aaa57490458c42d60c6277cb8a3e386030ec2381d5c2d4fa77" +checksum = "4cab4d90cc575a7daab4cfed9e315912a88071bc47462e6be57516a2f01ccc89" dependencies = [ "bitcoin", "log", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 27d1465c..e6502c98 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1" atty = "0.2" backoff = { version = "0.3", features = ["tokio"] } base64 = "0.13" -bdk = { version = "0.4" } +bdk = { version = "0.5" } big-bytes = "1" bitcoin = { version = "0.26", features = ["rand", "use-serde"] } config = { version = "0.11", default-features = false, features = ["toml"] }