core: bump tokio from 1.52.4 to 1.53.0 (#24400)

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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]
2026-07-27 11:29:54 +01:00
committed by GitHub
parent 40ff96a6d7
commit e40b0cf2d4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3853,9 +3853,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.52.4"
version = "1.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317fafbbe3f02fc663dad00ea6186197de963cd4190e86a26d8d0fae095539af"
checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
dependencies = [
"bytes",
"libc",

View File

@@ -98,7 +98,7 @@ sqlx = { version = "= 0.9.0", default-features = false, features = [
tempfile = "= 3.27.0"
thiserror = "= 2.0.19"
time = { version = "= 0.3.54", features = ["macros"] }
tokio = { version = "= 1.52.4", features = ["full", "tracing"] }
tokio = { version = "= 1.53.0", features = ["full", "tracing"] }
tokio-retry2 = "= 0.9.1"
tokio-rustls = "= 0.26.4"
tokio-util = { version = "= 0.7.19", features = ["full"] }