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"