From b93d7713725f5cb9ddf9563e537324b0b31de3c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Apr 2021 09:09:25 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4274991..c3e5c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde = "1.0.124" chrono = "0.4.19" chrono-tz = "0.5.3" regex = "1.4.5" -reqwest = { version = "0.11.2", features = ["blocking", "json", "cookies"] } +reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] } diesel = { version = "1.4.6", features = ["postgres"] } diesel_migrations = "1.4.0"