fix(deps): update tokio packages

This commit is contained in:
renovate[bot]
2026-01-13 14:01:54 +00:00
committed by GitHub
parent c5d45229b1
commit f00cce1a80
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.17"
tokio = { version = "1.47.1", features = [
tokio = { version = "1.49.0", features = [
"macros",
"rt-multi-thread",
"process",
@@ -49,7 +49,7 @@ indicatif = "0.18.3"
[dev-dependencies]
httpmock = "0.8.2"
tokio-test = "0.4"
tokio-test = "0.4.5"
temp-env = "0.3.6"
tempfile = "3.24.0"
futures = "0.3.31"