From b9febb8b4e1f969c8fa69d1c0eb2b49d1027e656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:15:20 +0000 Subject: [PATCH] fix(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 82ec292..959fbec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dotenvy = { version = "0.15", optional = true } eyre = { version = "0.6", optional = true } hex = "0.4" logging = { version = "0.3", registry = "wafflehacks", optional = true } -sqlx = { version = "0.7", default-features = false, features = ["migrate", "postgres", "runtime-tokio", "tls-rustls"] } +sqlx = { version = "0.8", default-features = false, features = ["migrate", "postgres", "runtime-tokio", "tls-rustls"] } tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"], optional = true } tracing = "0.1"