chore(deps): bump tokio from 1.43.0 to 1.43.1 (#2077)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-08 09:47:50 -07:00
committed by GitHub
parent 318f419861
commit 48ac6a3925
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ console = "0.15.8"
bat = "0.24.0"
anyhow = "1.0"
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1.43", features = ["full"] }
futures = "0.3"
serde = { version = "1.0", features = ["derive"] } # For serialization
serde_yaml = "0.9"
@@ -59,4 +59,4 @@ winapi = { version = "0.3", features = ["wincred"] }
tempfile = "3"
temp-env = { version = "0.3.6", features = ["async_closure"] }
test-case = "3.3"
tokio = { version = "1.0", features = ["rt", "macros"] }
tokio = { version = "1.43", features = ["rt", "macros"] }