From f894118aead919b526c4c0c54af69c94757795b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 02:13:36 +0000 Subject: [PATCH] chore(deps): update rust crate rusqlite to 0.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d908730..a660e90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]