Skip to content

Commit

Permalink
Update rusqlite from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Feb 15, 2023
1 parent 553df31 commit 4ec6f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "^0.8"
sled = { version = "0.34", optional = true }
electrum-client = { version = "0.12", optional = true }
esplora-client = { version = "0.3", default-features = false, optional = true }
rusqlite = { version = "0.27.0", optional = true }
rusqlite = { version = "0.28.0", optional = true }
ahash = { version = "0.7.6", optional = true }
futures = { version = "0.3", optional = true }
async-trait = { version = "0.1", optional = true }
Expand Down

0 comments on commit 4ec6f32

Please sign in to comment.