diff --git a/Cargo.toml b/Cargo.toml index 1f266a9..58208b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ eyre = "0.6.12" url = "2.5.0" futures = "0.3.30" http = { version = "0.2.12" } -hyper = { version = "0.14.28", features = ["client", "server", "stream"] } +hyper = { version = "1.0.0", features = ["client", "server", "stream"] } hyper-rustls = { version = "0.24.2", features = ["http2"] } tokio-util = { version = "0.7.11", features = ["compat"] } tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] }