From ae3fc52218b0e2889f5585c32cf2433bc8443bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 01:51:45 +0000 Subject: [PATCH] fix(deps): update rust crate libsqlite3-sys to 0.38.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 f907fa33db..c40c318a44 100644 --- a/crates/forge_infra/Cargo.toml +++ b/crates/forge_infra/Cargo.toml @@ -36,7 +36,7 @@ forge_eventsource.workspace = true glob.workspace = true futures.workspace = true diesel = { version= "2.3.7", features = ["sqlite", "r2d2", "chrono"] } -libsqlite3-sys = { version = "0.37.0", features = ["bundled"] } +libsqlite3-sys = { version = "0.38.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 }