Skip to content

Commit a893157

Browse files
committed
Updated dependency.
1 parent f74d9b2 commit a893157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["rlib", "cdylib"]
1111
diesel = {version = "2.0", features = ["sqlite"]}
1212
diesel_migrations = {version = "2.0"}
1313
libc = "0.2.140" # types for C api
14-
rusqlite = { version = "0.32.0", features = ["bundled"] }
14+
rusqlite = { version = "0.33.0", features = ["bundled"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717

0 commit comments

Comments
 (0)