From 8e65646d368a7753c0ca8845648ed397aab5d222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 15:05:58 +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 135d8fa..bb47c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3" rust-s3 = "0.37.1" serde = "1.0.228" serde_json = "1.0" -sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "macros", "uuid", "chrono"] } +sqlx = { version = "0.9.0", features = ["runtime-tokio-rustls", "postgres", "macros", "uuid", "chrono"] } tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } uuid = { version = "1.11.0", features = ["serde"] } tower-http = { version = "0.6.8", features = ["decompression-zstd"] }