Update rusqlite from 0.27.0 to 0.28.0

This commit is contained in:
Steve Myers 2023-02-14 19:05:06 -06:00
parent c2a42493fd
commit 8b2943c49b
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -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 }