build(deps): bump tokio-util from 0.7.14 to 0.7.15 (#4455)

This commit is contained in:
Quentin Gliech
2025-04-30 14:01:54 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

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

View File

@@ -379,7 +379,7 @@ version = "0.1.17"
# Useful async utilities
[workspace.dependencies.tokio-util]
version = "0.7.14"
version = "0.7.15"
features = ["rt"]
# Tower services