From c7b27e94b836504768f80d706a796b225df1a6ae Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 21 May 2026 18:01:47 +0000 Subject: [PATCH] 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 bddab8e..8c3413e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" rocket = { version = "0.5.1", features = ["json"] } rocket_cors = "0.6.0" dotenvy = "0.15.7" -sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] } +sqlx = { version = "0.9.0", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1" quick-xml = { version = "0.40", features = [ "serialize" ] }