chore(deps): bump tokio from 1.38 to 1.47 (#1256)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Nils
2025-08-09 11:55:28 +00:00
committed by GitHub
parent 29b05fa50f
commit 4f5e8a8836
2 changed files with 32 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ strum = { version = "~0.26", features = ["derive"] }
thiserror = "~1.0"
tempfile = "~3.10"
cfg-if = "~1.0"
tokio = { version = "~1.38", features = ["process", "rt-multi-thread"] }
tokio = { version = "~1.47", features = ["process", "rt-multi-thread"] }
futures = "~0.3"
regex = "~1.10"
semver = "~1.0"