diff --git a/Cargo.lock b/Cargo.lock index 9201dd9c..e09ae56a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,9 +1419,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index f0dfa771..2f5d8e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ ratatui = { version = "0.27.0", default-features = false, features = [ "crossterm", ] } -hyper = { version = "1.0", features = ["client", "http1", "http2"] } +hyper = { version = "1.4", features = ["client", "http1", "http2"] } # native-tls native-tls = { version = "0.2.11", features = ["alpn"], optional = true }