From 608e3d90beb80c282970a6ef9e48280e1c83622e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:12:37 +0000 Subject: [PATCH] fix(deps): update rust crate sqlx to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85ac6db..17847ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ sha2 = "0.11" aes-gcm = "0.10.3" hex = "0.4.3" sourcemap = "9.3.2" -sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "sqlite", "macros", "uuid", "time"] } +sqlx = { version = "0.9.0", features = ["runtime-tokio-rustls", "postgres", "sqlite", "macros", "uuid", "time"] } tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] } zstd = "0.13.3" tower = "0.5"