chore(deps): Bump tokio-util from 0.7.12 to 0.7.13 (#891)

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

---
updated-dependencies:
- dependency-name: tokio-util
  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] 2024-12-09 20:16:34 +08:00 committed by GitHub
parent c835aa6a2e
commit 009c535338
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

@ -4660,9 +4660,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.12" version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
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.41.1", features = ["full"] } tokio = { version = "1.41.1", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] } tokio-util = { version = "0.7.13", features = ["full"] }
tokio-stream = "0.1.16" tokio-stream = "0.1.16"
validator = { version = "0.16", features = ["derive"] } validator = { version = "0.16", features = ["derive"] }
warp = "0.3.5" warp = "0.3.5"