From 89261da9e72ea6331fcb08f9c14aee3ca314d969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 08:51:35 +0000 Subject: [PATCH] Update Rust crate postgres to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..d82164a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,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" -postgres = {version= "0.15.2", features = ["with-chrono"]} +postgres = {version= "0.19.0", features = ["with-chrono"]} dotenv = "0.14.1" chrono = { version = "0.4", features = ["serde"] } bcrypt = "0.4.0"