Update Rust crate reqwest to 0.11.3

pull/36/head
Renovate Bot 2021-04-20 09:09:25 +00:00
parent e5b9c285fa
commit b93d771372
1 changed files with 1 additions and 1 deletions

View File

@ -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"