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.
1 parent f74d9b2 commit a893157Copy full SHA for a893157
Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["rlib", "cdylib"]
11
diesel = {version = "2.0", features = ["sqlite"]}
12
diesel_migrations = {version = "2.0"}
13
libc = "0.2.140" # types for C api
14
-rusqlite = { version = "0.32.0", features = ["bundled"] }
+rusqlite = { version = "0.33.0", features = ["bundled"] }
15
serde = { version = "1.0", features = ["derive"] }
16
serde_json = "1.0"
17
0 commit comments