From 9079a2f26ba577cede3b674a01ee77872dcea6f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:21:48 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.8.0 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae1f1425..10016b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ base64 = "0.22.0" redis = { version = "0.25.2", features = ["tokio-comp"] } [dependencies.sqlx] -version = "0.6.3" +version = "0.8.0" features = [ 'runtime-actix-rustls', "postgres",