Skip to content

Commit 695d8d2

Browse files
bdk_chain: bump rusqlite dependency from 0.31.0 to 0.32
1 parent ab08b8c commit 695d8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { version = "1", optional = true, features = ["derive", "rc"] }
2222
miniscript = { version = "12.0.0", optional = true, default-features = false }
2323

2424
# Feature dependencies
25-
rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
25+
rusqlite = { version = "0.32", features = ["bundled"], optional = true }
2626

2727
[dev-dependencies]
2828
rand = "0.8"

0 commit comments

Comments
 (0)