diff --git a/Cargo.toml b/Cargo.toml index be9910f..a15d34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ path = "./env/dummy_conductor" [build-dependencies] serde_json = "1" -sqlx = { version = "0.6.1", features = [ "runtime-actix-rustls", "postgres", "time", "offline"] } +sqlx = { version = "0.8.0", features = [ "runtime-actix-rustls", "postgres", "time", "offline"] } [dev-dependencies] actix-rt = "2.7.0"