From f4b48d3663b2706a33282a70f82085005b3f23b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:33:15 +0000 Subject: [PATCH] chore(deps): update rust crate sqlx to 0.8 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15794b1..4b3d4c4 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", features = ["runtime-tokio-native-tls", "postgres", "time"] }