From a6f1cc5ab27022c58eae54112714e0f7c7897361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:02:35 +0000 Subject: [PATCH] fix(deps): update rust crate libsqlite3-sys to 0.37.0 --- crates/forge_infra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/forge_infra/Cargo.toml b/crates/forge_infra/Cargo.toml index 232926dbdb..16604e7a9a 100644 --- a/crates/forge_infra/Cargo.toml +++ b/crates/forge_infra/Cargo.toml @@ -35,7 +35,7 @@ reqwest-eventsource.workspace = true glob.workspace = true futures.workspace = true diesel = { version= "2.3.7", features = ["sqlite", "r2d2", "chrono"] } -libsqlite3-sys = { version = "0.36.0", features = ["bundled"] } +libsqlite3-sys = { version = "0.37.0", features = ["bundled"] } diesel_migrations = "2.2.0" chrono = { version = "0.4", features = ["serde"] } cacache = { version = "13.1.0", features = ["tokio-runtime"], default-features = false }