From 37c7d90898aa58e209484cb90deb783ca5d431ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 03:26:43 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..4589e3b 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.7.1", features = [ "runtime-actix-native-tls", "sqlite", "migrate",