Bump tokio from 1.43.0 to 1.45.1

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.45.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]
2025-06-11 06:19:07 +00:00
committed by GitHub
parent 348a37cfc7
commit 35ad7bd62e
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ reqwest = { version = "0.12.12", features = ["stream"] }
futures-util = "0.3.31"
futures = "0.3.31"
indicatif = "0.17.11"
tokio = { version="1.43.0", features = ["rt-multi-thread", "macros"] }
tokio = { version="1.45.1", features = ["rt-multi-thread", "macros"] }
simple-log = "2.3.0"
walkdir = "2.5"