diff --git a/Cargo.toml b/Cargo.toml index 0ddfd3b..b32603c 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" ] }