Skip to content

Commit

Permalink
fix(deps): update rust crate rusqlite to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 422dc64 commit 0585b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/mrivnak/pond"
[dependencies]
bitcode = { version = "0.6.0", default-features = false, features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
rusqlite = { version = "0.31.0", features = ["blob", "bundled"] }
rusqlite = { version = "0.32.0", features = ["blob", "bundled"] }
serde = "1.0.202"

[dev-dependencies]
Expand Down

0 comments on commit 0585b29

Please sign in to comment.