diff --git a/Cargo.lock b/Cargo.lock index 2fb9343..c55eb2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ "abscissa_core", "clap", "hex", - "hyper 0.14.27", + "hyper 1.0.1", "libflate", "log", "once_cell", @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" dependencies = [ "bytes 1.4.0", "fnv", @@ -794,13 +794,12 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.5" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes 1.4.0", - "http 0.2.9", - "pin-project-lite", + "http 1.0.0", ] [[package]] @@ -809,12 +808,6 @@ version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - [[package]] name = "hyper" version = "0.12.36" @@ -842,29 +835,22 @@ dependencies = [ "tokio-tcp", "tokio-threadpool", "tokio-timer", - "want 0.2.0", + "want", ] [[package]] name = "hyper" -version = "0.14.27" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56" dependencies = [ "bytes 1.4.0", "futures-channel", - "futures-core", "futures-util", - "http 0.2.9", - "http-body 0.4.5", - "httparse", - "httpdate", - "itoa 1.0.9", + "http 1.0.0", + "http-body 1.0.0", "pin-project-lite", "tokio 1.31.0", - "tower-service", - "tracing", - "want 0.3.1", ] [[package]] @@ -2043,12 +2029,6 @@ dependencies = [ "serde", ] -[[package]] -name = "tower-service" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" - [[package]] name = "tracing" version = "0.1.37" @@ -2253,15 +2233,6 @@ dependencies = [ "try-lock", ] -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - [[package]] name = "wasi" version = "0.10.0+wasi-snapshot-preview1" diff --git a/Cargo.toml b/Cargo.toml index a42f566..934e376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["container", "devops", "docker", "deployment", "systemd"] [dependencies] clap = "4" hex = "0.4" -hyper = "0.14" +hyper = "1.0" percent-encoding = "2" libflate = "2.0" log = "0.4"