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]]
name = "tokio-util"
version = "0.7.14"
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
dependencies = [
"bytes",
"futures-core",
"futures-io",
"futures-sink",
"futures-util",
"hashbrown 0.14.5",
"pin-project-lite",
"tokio",
]

View File

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