build(deps): bump tokio from 1.42.0 to 1.44.2 in the cargo group

Bumps the cargo group with 1 update: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.42.0 to 1.44.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-08 02:10:32 +00:00
committed by GitHub
parent ea3ac96926
commit 12f6faaf76
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ thiserror = "2.0.9"
xz2 = "0.1"
[workspace.dependencies.tokio]
version = "1.41.1"
version = "1.44.2"
features = ["full"]
[workspace.dependencies.uuid]