diff --git a/Cargo.lock b/Cargo.lock index 6a6ab2eb..91686c4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4497,7 +4497,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -5101,7 +5101,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 1.1.2", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -5356,9 +5356,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index cc28aa22..484cf342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ http = "1" tonic = { version = "0.12.2", features = ["tls"] } tonic-reflection = "0.12.3" tokio = { version = "1.48.0", features = ["full", "tracing"] } -tokio-util = { version = "0.7.16", features = ["full"] } +tokio-util = { version = "0.7.17", features = ["full"] } tokio-stream = "0.1.17" validator = { version = "0.16", features = ["derive"] } warp = "0.3.5"