diff --git a/Cargo.toml b/Cargo.toml index b51d47a..ee8cb21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ jsonwebtoken = "^5.0.1" # actix-web = { version = "0.7", features = ["alpn"], default-features = false } actix-web = { version = "0.7", default-features = false } -http = "0.1.7" +http = "0.2.0" postgres = {version= "0.15.2", features = ["with-chrono"]} dotenv = "0.14.1" chrono = { version = "0.4", features = ["serde"] }