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 }