diff --git a/Cargo.toml b/Cargo.toml index 85ac6db..17847ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ sha2 = "0.11" aes-gcm = "0.10.3" hex = "0.4.3" sourcemap = "9.3.2" -sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "sqlite", "macros", "uuid", "time"] } +sqlx = { version = "0.9.0", features = ["runtime-tokio-rustls", "postgres", "sqlite", "macros", "uuid", "time"] } tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] } zstd = "0.13.3" tower = "0.5"