Skip to content

Commit

Permalink
chore(deps): update rust crate rusqlite to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 30ddc5a commit f894118
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 @@ -31,7 +31,7 @@ rand = "0.8.5"
# Use git version (https://github.com/knopp/mime_guess) of mime_guess until https://github.com/abonander/mime_guess/pull/82 is merged
mime_guess = { git = "https://github.com/knopp/mime_guess", branch = "add_heif_jxl" }
r2d2 = "0.8.10"
rusqlite = { version = "0.31", features = ["bundled"] }
rusqlite = { version = "0.32", features = ["bundled"] }
r2d2_sqlite = "0.24"

[dev-dependencies]
Expand Down

0 comments on commit f894118

Please sign in to comment.