Update rusqlite

This commit is contained in:
novacrazy
2024-03-01 10:44:57 -06:00
parent f01170ed9d
commit 2b5c7df766
+1 -1
View File
@@ -37,7 +37,7 @@ time = { version = "0.3", default-features = false, features = ["macros"] }
bytes = { optional = true, version = "1.1.0" }
generic-array = "1.0.0"
schemars = { optional = true, version = "0.8.8" }
rusqlite = { optional = true, version = "0.30", default-features = false }
rusqlite = { optional = true, version = "0.31", default-features = false }
postgres-types = { optional = true, version = "0.2.2", features = ["with-time-0_3"] }
diesel = { optional = true, version = "2", default-features = false, features = ["time", "with-deprecated"] }
rand = { optional = true, version = "0.8", default-features = false }