chore(deps): Bump tokio-util from 0.7.15 to 0.7.16 (#1270)

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.16.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.16)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-version: 0.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-05 17:11:55 +08:00 committed by GitHub
parent 52b263ac66
commit b2ac70f5f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4967,9 +4967,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.15" 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 = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",

View File

@ -72,7 +72,7 @@ http = "1"
tonic = { version = "0.12.2", features = ["tls"] } tonic = { version = "0.12.2", features = ["tls"] }
tonic-reflection = "0.12.3" tonic-reflection = "0.12.3"
tokio = { version = "1.47.1", features = ["full"] } 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" tokio-stream = "0.1.17"
validator = { version = "0.16", features = ["derive"] } validator = { version = "0.16", features = ["derive"] }
warp = "0.3.5" warp = "0.3.5"