Merge pull request 'Update Rust crate sqlx to 0.9.0' (#16) from renovate/sqlx-0.x into main
All checks were successful
Build and Test / rust-boss (push) Successful in 6m47s

Reviewed-on: #16
This commit is contained in:
redbinder0526 2026-05-26 15:12:57 +02:00
commit 4234250b7b

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