garage/db: cargo: Updated rusqlite to 0.29.

This commit is contained in:
Jonathan Davies
2023-08-01 14:25:41 +01:00
committed by Alex
parent 5185701aa8
commit 96d1d81ab7
2 changed files with 6 additions and 6 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.28", optional = true }
rusqlite = { version = "0.29", optional = true }
sled = { version = "0.34", optional = true }
# cli deps