Skip to content

Commit 56b32da

Browse files
ValuedMammalnotmandatory
authored andcommitted
deps: update rusqlite to 0.31
1 parent ca5726f commit 56b32da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rand = "^0.8"
2525
sled = { version = "0.34", optional = true }
2626
electrum-client = { version = "0.18", optional = true }
2727
esplora-client = { version = "0.6", default-features = false, optional = true }
28-
rusqlite = { version = "0.27.0", optional = true }
28+
rusqlite = { version = "0.31.0", optional = true }
2929
futures = { version = "0.3", optional = true }
3030
async-trait = { version = "0.1", optional = true }
3131
rocksdb = { version = "0.18", default-features = false, features = ["snappy"], optional = true }
@@ -130,7 +130,7 @@ path = "examples/policy.rs"
130130
[[example]]
131131
name = "rpcwallet"
132132
path = "examples/rpcwallet.rs"
133-
required-features = ["keys-bip39", "key-value-db", "rpc", "electrsd/bitcoind_23_0"]
133+
required-features = ["keys-bip39", "key-value-db", "rpc", "electrsd/bitcoind_22_0"]
134134

135135
[[example]]
136136
name = "psbt_signer"

0 commit comments

Comments
 (0)