From e51ed35cec9c7ac60e421e64423da6146974315f Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 9 Jan 2024 08:31:01 +0000 Subject: [PATCH] Update Rust crate memchr to 2.7 --- nextest-runner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 7185a6445b6..fad3e4b0348 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -44,7 +44,7 @@ indicatif = "0.17.7" is_ci = "1.1.1" itertools = "0.12.0" log = "0.4.20" -memchr = "2.6" +memchr = "2.7" miette = "5.10.0" once_cell = "1.19.0" owo-colors = "4.0.0"