diff --git a/Cargo.toml b/Cargo.toml index a92fef6..a196895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde_json = { version ="1", features = ["raw_value"]} actix-web-httpauth = "0.8.0" mime_guess = "2.0.4" rust-embed = "8.0.0" -sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "time"] } +sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "postgres", "time"] } tracing = { version = "0.1.37", features = ["log"] } tracing-actix-web = "0.7.6" tracing-subscriber = "0.3.17" @@ -52,7 +52,7 @@ tera = { version = "1.19.1", default-features = false } [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" diff --git a/db/migrations/Cargo.toml b/db/migrations/Cargo.toml index 5ba82ff..8950f13 100644 --- a/db/migrations/Cargo.toml +++ b/db/migrations/Cargo.toml @@ -10,4 +10,4 @@ authors = ["realaravinth "] [dependencies] actix-rt = "2" -sqlx = { version = "0.6.1", features = [ "runtime-actix-rustls", "postgres", "time", "offline"] } +sqlx = { version = "0.8.0", features = [ "runtime-actix-rustls", "postgres", "time", "offline"] }