We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rusqlite
1 parent 068858e commit 8e120f6Copy full SHA for 8e120f6
refinery_core/Cargo.toml
@@ -29,7 +29,7 @@ url = "2.0"
29
walkdir = "2.3.1"
30
31
# allow multiple versions of the same dependency if API is similar
32
-rusqlite = { version = ">= 0.23, <= 0.31", optional = true }
+rusqlite = { version = ">= 0.23, <= 0.32", optional = true }
33
postgres = { version = ">=0.17, <= 0.19", optional = true }
34
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
35
mysql = { version = ">= 21.0.0, <= 25", optional = true, default-features = false, features = ["minimal"] }
0 commit comments