diff --git a/Cargo.lock b/Cargo.lock index 344961b..b9e0867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1450,12 +1450,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.11" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" +checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" dependencies = [ "bytes", "futures-channel", + "futures-core", "futures-util", "http 1.3.1", "http-body 1.0.1", diff --git a/Cargo.toml b/Cargo.toml index 2e3cf18..a53f3d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ hex = "0.4.3" http = "1.3.1" hyper = { version = "1.6.0", features = ["http1", "server"] } hyper-staticfile = "0.10.1" -hyper-util = { version = "0.1.11", features = ["tokio"] } +hyper-util = { version = "0.1.16", features = ["tokio"] } log = "0.4.27" notify-debouncer-full = "0.5.0" sha2 = "0.10.9"