From d878646677e45ab3b9b8e3689d0b126a648c3947 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 15:00:19 +0000 Subject: [PATCH] Update Rust crate tokio-test to 0.4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..993afda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" members = [ "comma-v", "eq-macro", "git-fast-import", "internal/process", "internal/state", "patchset", "rcs-ed" ] [dev-dependencies] -tokio-test = "0.4.2" +tokio-test = "0.4.5" [dependencies] anyhow = "1.0.53"