From 591c1ff9ca31111faeed88932d677025f26fc4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:03:45 +0000 Subject: [PATCH] chore(deps): 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 15794b1..eb59df3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ tracing-subscriber = { version = "0.3", features = ["fmt", "std", "json", "env-f [dev-dependencies] anyhow = "1" -sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres", "time"] } +sqlx = { version = "0.8.1", features = ["runtime-tokio-native-tls", "postgres", "time"] }