From 55965701f41ea552f456f7eb20ede90401534a81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:51:29 +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"] }