Skip to content

Commit

Permalink
deps: update rusqlite to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal authored and notmandatory committed Oct 22, 2024
1 parent ca5726f commit 56b32da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 56b32da

Please sign in to comment.