From 52fce96adcc2e3667f7b60834f11046220a9f51e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:13:31 +0000 Subject: [PATCH] chore(deps): update rust crate libsqlite3-sys to 0.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e8d3a7..485db4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gloo-timers = { version = "0.4", features = ["futures"] } googletest = "0.14" http = "1.4" humantime-serde = "1.1.1" -libsqlite3-sys = { version = "0.37", features = ["bundled"] } +libsqlite3-sys = { version = "0.38", features = ["bundled"] } log = "0.4" nix = { version = "0.31.2", features = ["mount", "reboot", "fs"] } regex = "1.12.3"