diff --git a/Cargo.toml b/Cargo.toml index 05ea882..01d352b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ doc-comment = "0.3" futures = "0.3" http = "0.2" http-types = "2" -hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] } +hyper = { version = "1.0", default-features = false, features = ["client", "http1", "server", "stream"] } native-tls = "0.2" scraper = "0.18" signal-hook = "0.3"