diff --git a/Cargo.toml b/Cargo.toml index 6ac2990..e747816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ sanitize-filename = "0.5" serde = { version = "1", features=["derive"]} tokio = { version = "1.32", features = ["fs"]} uuid = { version = "1", features = ["v4"] } -sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] } +sqlx = { version = "0.8.0", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] } actix-web-codegen-const-routes = "0.2.0" derive_builder = "0.20" argon2-creds = "0.2.3" @@ -37,7 +37,7 @@ actix = "0.13.0" [build-dependencies] serde_json = "1" -sqlx = { version = "0.5.13", 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"