Skip to content

Commit

Permalink
chore(deps): update rust crate rusqlite to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 07db662 commit b145502
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.32", features = ["bundled"] }
rusqlite = { version = "0.33", features = ["bundled"] }
r2d2_sqlite = "0.25"

[dev-dependencies]
Expand Down

0 comments on commit b145502

Please sign in to comment.