diff --git a/Cargo.toml b/Cargo.toml index 6089aad..29d5c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1" base64 = "0.21" chrono = { version = "0.4.31", features = ["serde"] } home = "0.5.5" -hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] } +hyper = { version = "1.0.1", features = ["client", "runtime", "http2"] } hyper-rustls = { version = "0.24", default-features = false, features = ["tokio-runtime", "http1", "http2"] } ring = "0.17" rustls = "0.21"