Merge pull request #7162 from chatmail/dependabot/cargo/tokio-util-0.7.16

This commit is contained in:
dependabot[bot]
2025-09-02 18:48:05 +00:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -6146,16 +6146,15 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.14" version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",
"futures-io", "futures-io",
"futures-sink", "futures-sink",
"futures-util", "futures-util",
"hashbrown 0.14.5",
"pin-project-lite", "pin-project-lite",
"tokio", "tokio",
] ]

View File

@@ -197,7 +197,7 @@ serde_json = "1"
tempfile = "3.20.0" tempfile = "3.20.0"
thiserror = "2" thiserror = "2"
tokio = "1" tokio = "1"
tokio-util = "0.7.14" tokio-util = "0.7.16"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"
yerpc = "0.6.4" yerpc = "0.6.4"