build(deps): bump tokio from 1.47.1 to 1.52.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-01 17:29:33 +00:00
committed by GitHub
parent ab44a7e378
commit 2f1cdd5432
2 changed files with 35 additions and 86 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ reqwest = { version = "0.13", features = ["stream"] }
futures-util = "0.3"
futures = "0.3"
indicatif = "0.18"
tokio = { version="1.47", features = ["rt-multi-thread", "macros"] }
tokio = { version="1.52", features = ["rt-multi-thread", "macros"] }
simple-log = "2.4"
walkdir = "2.5"