diff --git a/Cargo.lock b/Cargo.lock index 6ce575ef..f2376578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4967,9 +4967,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6f6b78cf..781c65c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ http = "1" tonic = { version = "0.12.2", features = ["tls"] } tonic-reflection = "0.12.3" tokio = { version = "1.47.1", features = ["full"] } -tokio-util = { version = "0.7.15", features = ["full"] } +tokio-util = { version = "0.7.16", features = ["full"] } tokio-stream = "0.1.17" validator = { version = "0.16", features = ["derive"] } warp = "0.3.5"