diff --git a/Cargo.lock b/Cargo.lock index f76faca..395b611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,8 +337,8 @@ dependencies = [ "futures-core", "futures-util", "hex", - "http 0.2.9", - "hyper 0.14.27", + "http", + "hyper", "hyperlocal", "log", "pin-project-lite", @@ -1301,7 +1301,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.9", + "http", "indexmap 1.9.3", "slab", "tokio", @@ -1386,17 +1386,6 @@ dependencies = [ "itoa", ] -[[package]] -name = "http" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - [[package]] name = "http-body" version = "0.4.5" @@ -1404,20 +1393,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http 0.2.9", + "http", "pin-project-lite", ] -[[package]] -name = "http-body" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" -dependencies = [ - "bytes", - "http 1.0.0", -] - [[package]] name = "httparse" version = "1.8.0" @@ -1450,8 +1429,8 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http 0.2.9", - "http-body 0.4.5", + "http", + "http-body", "httparse", "httpdate", "itoa", @@ -1463,21 +1442,6 @@ dependencies = [ "want", ] -[[package]] -name = "hyper" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "http 1.0.0", - "http-body 1.0.0", - "pin-project-lite", - "tokio", -] - [[package]] name = "hyperlocal" version = "0.8.0" @@ -1486,7 +1450,7 @@ checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c" dependencies = [ "futures-util", "hex", - "hyper 0.14.27", + "hyper", "pin-project", "tokio", ] @@ -2060,7 +2024,7 @@ dependencies = [ "flop", "floppy-disk", "futures-util", - "hyper 1.0.1", + "hyper", "indoc", "itertools 0.11.0", "md5", diff --git a/Cargo.toml b/Cargo.toml index 7fd77da..40ced3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flail = "0.3.0" flop = "0.2.4" floppy-disk = "0.2.6" futures-util = "0.3.28" -hyper = "1.0.1" +hyper = "0.14.27" indoc = "2.0.4" itertools = "0.11.0" md5 = "0.7.0"