Update Rust crate sqlx to 0.9.0
All checks were successful
Build and Test / rust-boss (push) Successful in 6m49s

This commit is contained in:
Spacebot 2026-05-21 18:01:47 +00:00
commit c7b27e94b8

View file

@ -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" ] }