Skip to content

Commit

Permalink
Bump rusqlite to 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteron authored and bikeshedder committed Sep 5, 2024
1 parent 70ab124 commit ac6249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deadpool = { path = "../", version = "0.12.0", default-features = false, feature
"managed",
] }
deadpool-sync = { path = "../sync", version = "0.1.1" }
rusqlite = "0.31"
rusqlite = "0.32.1"
serde = { package = "serde", version = "1.0", features = [
"derive",
], optional = true }
Expand Down

0 comments on commit ac6249f

Please sign in to comment.