db/Cargo.toml: Updated rusqlite from 0.27 to 0.28.

This commit is contained in:
Jonathan Davies
2023-01-23 23:37:20 +00:00
parent 20c1cdf662
commit 3dc655095f
2 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ hexdump = "0.1"
tracing = "0.1"
heed = { version = "0.11", default-features = false, features = ["lmdb"], optional = true }
rusqlite = { version = "0.27", optional = true }
rusqlite = { version = "0.28", optional = true }
sled = { version = "0.34", optional = true }
# cli deps