]> Untitled Git - bdk/commitdiff
chore: bump bdk_chain to 0.22.0
authorvalued mammal <valuedmammal@protonmail.com>
Sat, 26 Apr 2025 16:23:37 +0000 (12:23 -0400)
committervalued mammal <valuedmammal@protonmail.com>
Thu, 1 May 2025 15:22:50 +0000 (11:22 -0400)
- bdk_core 0.5.0
- bitcoind_rpc 0.19.0
- electrum 0.22.0
- esplora 0.21.0
- file_store 0.20.0
- testenv 0.12.0

ci/pin-msrv.sh
crates/bitcoind_rpc/Cargo.toml
crates/chain/Cargo.toml
crates/core/Cargo.toml
crates/electrum/Cargo.toml
crates/esplora/Cargo.toml
crates/file_store/Cargo.toml
crates/testenv/Cargo.toml

index 2e1a09e598c7feda875cb0ddcd4547b14ec94b33..5f8613d26bf1a1953156af53f2efd2bf74e89d8b 100755 (executable)
@@ -16,8 +16,7 @@ cargo update -p home --precise "0.5.5"
 cargo update -p proptest --precise "1.2.0"
 cargo update -p url --precise "2.5.0"
 cargo update -p tokio --precise "1.38.1"
-cargo update -p tokio-util --precise "0.7.11"
-cargo update -p indexmap --precise "2.5.0"
+cargo update -p reqwest --precise "0.12.4"
 cargo update -p security-framework-sys --precise "2.11.1"
 cargo update -p csv --precise "1.3.0"
 cargo update -p unicode-width --precise "0.1.13"
index 7e5eda93ef6fc5e88d0164a3e2e3045b45b870b4..727920982c314f6e4d19eed30d8387d3d4ee5f37 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_bitcoind_rpc"
-version = "0.18.0"
+version = "0.19.0"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
@@ -18,7 +18,7 @@ workspace = true
 [dependencies]
 bitcoin = { version = "0.32.0", default-features = false }
 bitcoincore-rpc = { version = "0.19.0" }
-bdk_core = { path = "../core", version = "0.4.1", default-features = false }
+bdk_core = { path = "../core", version = "0.5.0", default-features = false }
 
 [dev-dependencies]
 bdk_bitcoind_rpc = { path = "." }
index 8ff4443858df6e06262e762df2c4ad3ee392c29e..ffe964c80a2b723cb4611b21c146be19d8457303 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_chain"
-version = "0.21.1"
+version = "0.22.0"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
@@ -17,7 +17,7 @@ workspace = true
 
 [dependencies]
 bitcoin = { version = "0.32.0", default-features = false }
-bdk_core = { path = "../core", version = "0.4.1", default-features = false }
+bdk_core = { path = "../core", version = "0.5.0", default-features = false }
 serde = { version = "1", optional = true, features = ["derive", "rc"] }
 miniscript = { version = "12.3.1", optional = true, default-features = false }
 
index fae5e512da893b7ea60082959cb2d591081240c8..1fdda29f87906bc8d5a49a57c53e90320c985a38 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_core"
-version = "0.4.1"
+version = "0.5.0"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
index e3918c18d3cef7ce59c604754933f5af60e7abc5..261671fd27888dd5508f5cca1aa8fb0f059987ab 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_electrum"
-version = "0.21.0"
+version = "0.22.0"
 edition = "2021"
 homepage = "https://bitcoindevkit.org"
 repository = "https://github.com/bitcoindevkit/bdk"
@@ -13,8 +13,8 @@ readme = "README.md"
 workspace = true
 
 [dependencies]
-bdk_core = { path = "../core", version = "0.4.1" }
-electrum-client = { version = "0.23", features = [ "proxy" ], default-features = false }
+bdk_core = { path = "../core", version = "0.5.0" }
+electrum-client = { version = "0.23.1", features = [ "proxy" ], default-features = false }
 
 [dev-dependencies]
 bdk_testenv = { path = "../testenv" }
index 85054f2e84b3378e1fa8724f7c0ae3c2c56396e7..5a8d8f5acc524a495cbf4873ca8817c72bf11b01 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_esplora"
-version = "0.20.1"
+version = "0.21.0"
 edition = "2021"
 homepage = "https://bitcoindevkit.org"
 repository = "https://github.com/bitcoindevkit/bdk"
@@ -15,13 +15,13 @@ readme = "README.md"
 workspace = true
 
 [dependencies]
-bdk_core = { path = "../core", version = "0.4.1", default-features = false }
-esplora-client = { version = "0.11.0", default-features = false }
+bdk_core = { path = "../core", version = "0.5.0", default-features = false }
+esplora-client = { version = "0.12.0", default-features = false }
 async-trait = { version = "0.1.66", optional = true }
 futures = { version = "0.3.26", optional = true }
 
 [dev-dependencies]
-esplora-client = { version = "0.11.0" }
+esplora-client = { version = "0.12.0" }
 bdk_chain = { path = "../chain" }
 bdk_testenv = { path = "../testenv" }
 tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
index 287f34da206662adb0de7db1711948c24f5f98a6..061895ee0774c555ecc0865fe130fe6967d7c3e2 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_file_store"
-version = "0.19.0"
+version = "0.20.0"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/bitcoindevkit/bdk"
@@ -14,7 +14,7 @@ readme = "README.md"
 workspace = true
 
 [dependencies]
-bdk_core = { path = "../core", version = "0.4.1", features = ["serde"]}
+bdk_core = { path = "../core", version = "0.5.0", features = ["serde"]}
 bincode = { version = "1" }
 serde = { version = "1", features = ["derive"] }
 
index 48f4d242c24463f7de290a03dc6f41affc161f8d..0332ca9f7e137c1f4f3a31bff855ea126d2966f7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_testenv"
-version = "0.11.1"
+version = "0.12.0"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
@@ -16,7 +16,7 @@ readme = "README.md"
 workspace = true
 
 [dependencies]
-bdk_chain = { path = "../chain", version = "0.21.1", default-features = false }
+bdk_chain = { path = "../chain", version = "0.22.0", default-features = false }
 electrsd = { version = "0.28.0", features = [ "legacy" ], default-features = false }
 
 [dev-dependencies]