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