diff --git a/Cargo.toml b/Cargo.toml index 0d26b4f..4037a0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ config = "0.14" derive_more = "0.99.17" url = { version = "2.2.2", features = ["serde"]} serde_json = { version ="1", features = ["raw_value"]} -sqlx = { version = "0.6.2", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json"] } +sqlx = { version = "0.8.0", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json"] } clap = { vesrion = "3.2.20", features = ["derive"]} tracing = { version = "0.1.37", features = ["log"] } libforms = { path = "./env/libforms" } @@ -32,7 +32,7 @@ libforms = { path = "./env/libforms" } [build-dependencies] serde_json = "1" -sqlx = { version = "0.6.2", 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"