From 4dd53236bd388d584f30462a99832283420a67b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:55:31 +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 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"] }