]> Untitled Git - bdk/commitdiff
deps: update rusqlite to 0.31
authorvalued mammal <valuedmammal@protonmail.com>
Thu, 17 Oct 2024 15:16:44 +0000 (11:16 -0400)
committerSteve Myers <steve@notmandatory.org>
Tue, 22 Oct 2024 01:47:03 +0000 (20:47 -0500)
Cargo.toml

index 50f3fd22d27271d7a14c989133c5b7e79f798d64..53e2b13590a07936ccfa4fcc378cc93fa8aac317 100644 (file)
@@ -25,7 +25,7 @@ rand = "^0.8"
 sled = { version = "0.34", optional = true }
 electrum-client = { version = "0.18", optional = true }
 esplora-client = { version = "0.6", default-features = false, optional = true }
-rusqlite = { version = "0.27.0", optional = true }
+rusqlite = { version = "0.31.0", optional = true }
 futures = { version = "0.3", optional = true }
 async-trait = { version = "0.1", optional = true }
 rocksdb = { version = "0.18", default-features = false, features = ["snappy"], optional = true }
@@ -130,7 +130,7 @@ path = "examples/policy.rs"
 [[example]]
 name = "rpcwallet"
 path = "examples/rpcwallet.rs"
-required-features = ["keys-bip39", "key-value-db", "rpc", "electrsd/bitcoind_23_0"]
+required-features = ["keys-bip39", "key-value-db", "rpc", "electrsd/bitcoind_22_0"]
 
 [[example]]
 name = "psbt_signer"