Skip to content

Commit

Permalink
bdk_chain: bump rusqlite dependency from 0.31.0 to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Dec 9, 2024
1 parent ab08b8c commit 695d8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1", optional = true, features = ["derive", "rc"] }
miniscript = { version = "12.0.0", optional = true, default-features = false }

# Feature dependencies
rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
rusqlite = { version = "0.32", features = ["bundled"], optional = true }

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 695d8d2

Please sign in to comment.