From 3134ff17c0be99b59c12e6ae37d9bc913edc6a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:34:04 +0000 Subject: [PATCH] Update Rust crate tokio-test to 0.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..2dfd86c 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.4" [dependencies] anyhow = "1.0.53"