diff --git a/crates/chain/Cargo.toml b/crates/chain/Cargo.toml index baa6c2741..8ff444385 100644 --- a/crates/chain/Cargo.toml +++ b/crates/chain/Cargo.toml @@ -19,7 +19,7 @@ workspace = true bitcoin = { version = "0.32.0", default-features = false } bdk_core = { path = "../core", version = "0.4.1", default-features = false } serde = { version = "1", optional = true, features = ["derive", "rc"] } -miniscript = { version = "12.0.0", optional = true, default-features = false } +miniscript = { version = "12.3.1", optional = true, default-features = false } # Feature dependencies rusqlite = { version = "0.31.0", features = ["bundled"], optional = true } diff --git a/crates/wallet/Cargo.toml b/crates/wallet/Cargo.toml index cc24f2c9f..377c61f5d 100644 --- a/crates/wallet/Cargo.toml +++ b/crates/wallet/Cargo.toml @@ -17,7 +17,7 @@ workspace = true [dependencies] rand_core = { version = "0.6.0" } -miniscript = { version = "12.0.0", features = [ "serde" ], default-features = false } +miniscript = { version = "12.3.1", features = [ "serde" ], default-features = false } bitcoin = { version = "0.32.4", features = [ "serde", "base64" ], default-features = false } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" }