diff --git a/Cargo.toml b/Cargo.toml index d732291..5694bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ byteorder = "1.4" const-str = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -hyper = { version = "0.14", features = ["client", "http1", "http2"] } +hyper = { version = "1.2", features = ["client", "http1", "http2"] } hyper-tls = "0.5" futures = "0.3" log = "0.4"