Skip to content

Commit ff04065

Browse files
committed
Merge bitcoindevkit/bdk#1924: chore: bump miniscript to 12.3.1
f01de69 chore: bump `miniscript` to 12.3.1 (Wei Chen) Pull request description: ### Description Bump `miniscript` dependency to `12.3.1`. ### Changelog notice * Updated `miniscript` dependency to `12.3.1`. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: oleonardolima: ACK f01de69 ValuedMammal: ACK f01de69 Tree-SHA512: 654f0c12d2626934572ea17c8f0b2042e75c7c7b6980d1628792f96830bbafefa05ec8b01e88941b5ce28c63a2a0c946225885253410fa26b1afecedd5a9fb87
2 parents 71bf53d + f01de69 commit ff04065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ workspace = true
1919
bitcoin = { version = "0.32.0", default-features = false }
2020
bdk_core = { path = "../core", version = "0.4.1", default-features = false }
2121
serde = { version = "1", optional = true, features = ["derive", "rc"] }
22-
miniscript = { version = "12.0.0", optional = true, default-features = false }
22+
miniscript = { version = "12.3.1", optional = true, default-features = false }
2323

2424
# Feature dependencies
2525
rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }

crates/wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace = true
1717

1818
[dependencies]
1919
rand_core = { version = "0.6.0" }
20-
miniscript = { version = "12.0.0", features = [ "serde" ], default-features = false }
20+
miniscript = { version = "12.3.1", features = [ "serde" ], default-features = false }
2121
bitcoin = { version = "0.32.4", features = [ "serde", "base64" ], default-features = false }
2222
serde = { version = "^1.0", features = ["derive"] }
2323
serde_json = { version = "^1.0" }

0 commit comments

Comments
 (0)