From 08d216eb51a7fa5f395a907e1def14289a3dfb14 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Apr 2025 09:34:24 +0200 Subject: [PATCH] cargo: bump `tokio` to 1.43.1 Avoids: RUSTSEC-2025-0023 --- git-checks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-checks/Cargo.toml b/git-checks/Cargo.toml index d0dcf7d2..2793562c 100644 --- a/git-checks/Cargo.toml +++ b/git-checks/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "^1.0", features = ["derive"], optional = true } # https://github.com/stusmall/ttl_cache/pull/24 linked-hash-map = "^0.5.3" # Pin to a lower version. -tokio = { version = "^1.39.0", features = ["rt"] } +tokio = { version = "^1.43.1", features = ["rt"] } # Avoid an old dependency on `idna`. url = "^2.5.4" # Avoid transitive dependencies on `failure` and `atty` -- GitLab