diff --git a/Cargo.toml b/Cargo.toml index 8737109..cf11ad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde = "1.0.125" 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"