diff --git a/Cargo.lock b/Cargo.lock index cf1e579..4f609e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,9 +1233,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" dependencies = [ "bytes", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b75900e..985cf0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flate2 = "1.0.30" http = "1.1.0" hyper = { version = "1.4.0", features = ["http1", "server"] } hyper-staticfile = "0.10.1" -hyper-util = { version = "0.1.5", features = ["tokio"] } +hyper-util = { version = "0.1.6", features = ["tokio"] } log = "0.4.22" notify = "4.0.17" tar = "0.4.40"