From e4091d2c4779c14fb3585c503880d87cf7f8e8ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 21:55:40 +0000 Subject: [PATCH] Update Rust crate dotenv to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..bebda6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ jsonwebtoken = "^5.0.1" actix-web = { version = "0.7", default-features = false } http = "0.1.7" postgres = {version= "0.15.2", features = ["with-chrono"]} -dotenv = "0.14.1" +dotenv = "0.15.0" chrono = { version = "0.4", features = ["serde"] } bcrypt = "0.4.0" env_logger = "0.5.10"