From 140a13325fbf0d76d7e562700b110fce4935e8df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 09:49:19 +0000 Subject: [PATCH] fix(deps): update rust crate rusqlite to 0.38 --- libs/cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cache/Cargo.toml b/libs/cache/Cargo.toml index e434acf0..77853b6d 100644 --- a/libs/cache/Cargo.toml +++ b/libs/cache/Cargo.toml @@ -16,7 +16,7 @@ tokio-stream = { version = "0.1", features = ["net"] } tokio-util = "0.7" prost = "0.13" prost-types = "0.13" -rusqlite = { version = "0.32", features = ["bundled"] } +rusqlite = { version = "0.38", features = ["bundled"] } fs4 = { version = "0.12", features = ["tokio"] } thiserror = "2" toml = "0.8"