diff --git a/Cargo.lock b/Cargo.lock index 36edf11..6938ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,19 +1446,20 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.11" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" +checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" dependencies = [ "bytes", "futures-channel", + "futures-core", "futures-util", "http 1.3.1", "http-body 1.0.1", "hyper 1.6.0", "libc", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.6.0", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 1fc3890..346964c 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.17", features = ["tokio"] } log = "0.4.27" notify-debouncer-full = "0.5.0" sha2 = "0.10.9"