From aec0dca2bcefde30a6c5a48027ec1e9667dd2fcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:51:15 +0000 Subject: [PATCH] fix(deps): update rust crate libsqlite3-sys to 0.25.1 [security] --- crates/whirl_db/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml index 5a39d1a9..d8f5ef7b 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Database -libsqlite3-sys = { version = "0.9.1", features = ["bundled"] } +libsqlite3-sys = { version = "0.25.1", features = ["bundled"] } diesel = { version = "1.4.8", features = ["sqlite"] } # Environment