From db8c3cbb78f882019b5ab34d3ac69bd49a083a40 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Mon, 13 Nov 2023 10:12:44 +0100 Subject: [PATCH] core: bump `bdk` to `3fdab87` --- Cargo.lock | 4 ++-- keechain-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 690d53f..be3884a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "bdk" version = "1.0.0-alpha.2" -source = "git+https://github.com/bitcoindevkit/bdk?rev=c450499bc1dec7c10b97eb4c60c791253495c2e4#c450499bc1dec7c10b97eb4c60c791253495c2e4" +source = "git+https://github.com/bitcoindevkit/bdk?rev=3fdab87ee7c02439b18a9e114ff588b282525402#3fdab87ee7c02439b18a9e114ff588b282525402" dependencies = [ "bdk_chain", "bitcoin", @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "bdk_chain" version = "0.6.0" -source = "git+https://github.com/bitcoindevkit/bdk?rev=c450499bc1dec7c10b97eb4c60c791253495c2e4#c450499bc1dec7c10b97eb4c60c791253495c2e4" +source = "git+https://github.com/bitcoindevkit/bdk?rev=3fdab87ee7c02439b18a9e114ff588b282525402#3fdab87ee7c02439b18a9e114ff588b282525402" dependencies = [ "bitcoin", "miniscript", diff --git a/keechain-core/Cargo.toml b/keechain-core/Cargo.toml index b6b80f7..1ee03b7 100644 --- a/keechain-core/Cargo.toml +++ b/keechain-core/Cargo.toml @@ -15,7 +15,7 @@ default = ["sysinfo"] [dependencies] aes = "0.8" -bdk = { git = "https://github.com/bitcoindevkit/bdk", rev = "c450499bc1dec7c10b97eb4c60c791253495c2e4", default-features = false, features = ["std"] } +bdk = { git = "https://github.com/bitcoindevkit/bdk", rev = "3fdab87ee7c02439b18a9e114ff588b282525402", default-features = false, features = ["std"] } bip39 = { version = "2.0", default-features = false, features = ["std", "zeroize"] } cbc = { version = "0.1", features = ["alloc"] } chacha20poly1305 = "0.10"