From: Steve Myers Date: Thu, 26 Jan 2023 21:13:37 +0000 (-0600) Subject: Update rust-miniscript to version 9.0, hwi to version 0.5 X-Git-Tag: v0.27.0-rc.1~3^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.DecodePaddingMode.html?a=commitdiff_plain;h=cf8cd2f2b4a975afbea18309a5dae0158acd8805;p=bdk Update rust-miniscript to version 9.0, hwi to version 0.5 --- diff --git a/Cargo.toml b/Cargo.toml index 337c47c6..ce51ca38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" [dependencies] bdk-macros = "^0.6" log = "^0.4" -miniscript = { version = "8.0", features = ["serde"] } +miniscript = { version = "9.0", features = ["serde"] } bitcoin = { version = "0.29.1", features = ["serde", "base64", "rand"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" } @@ -31,7 +31,7 @@ async-trait = { version = "0.1", optional = true } rocksdb = { version = "0.14", default-features = false, features = ["snappy"], optional = true } cc = { version = ">=1.0.64", optional = true } socks = { version = "0.3", optional = true } -hwi = { version = "0.4.0", optional = true, features = [ "use-miniscript"] } +hwi = { version = "0.5", optional = true, features = [ "use-miniscript"] } bip39 = { version = "1.0.1", optional = true } bitcoinconsensus = { version = "0.19.0-3", optional = true }