Update Rust crate tokio-util to v0.7.11

This commit is contained in:
Renovate Bot 2024-05-06 10:35:22 +00:00 committed by onyinyang
parent 37be8d0468
commit 9e7a43da64
1 changed files with 2 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2236,16 +2236,15 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.10"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]