From a7a3b4dadcfc40ae21bc75494ad3a2de87a864df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:30:38 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.8.1 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..4b592a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rand = {version="0.8.5", optional=true} reqwest = {version="0.11.16", optional=true} serde = {version="1.0.160", features=["derive"]} serde_json = "1.0.96" -sqlx = { version = "0.6.3", features = [ +sqlx = { version = "0.8.1", features = [ "runtime-actix-native-tls", "sqlite", "migrate",