diff --git a/Cargo.lock b/Cargo.lock index be59feb..26ed21b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,9 +337,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 638e06f..f8a4feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] clap = { version = "4.5", features = ["derive"] } -hyper = { version = "1.4.1", features = ["full"] } +hyper = { version = "1.5.2", features = ["full"] } tokio = { version = "1.29.1", features = ["full"] } http-body-util = "0.1.2" hyper-util = { version = "0.1.9", features = ["full"] }