From 0d5f51c290070335efa228c301d7ed5412a248ed Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Fri, 4 Aug 2023 11:22:06 +0000 Subject: [PATCH] Bump ui_test crate --- src/tools/miri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/miri/Cargo.toml b/src/tools/miri/Cargo.toml index 86ba460bb86..fa03be87596 100644 --- a/src/tools/miri/Cargo.toml +++ b/src/tools/miri/Cargo.toml @@ -36,7 +36,7 @@ libloading = "0.7" [dev-dependencies] colored = "2" -ui_test = "0.14" +ui_test = "0.14.1" rustc_version = "0.4" # Features chosen to match those required by env_logger, to avoid rebuilds regex = { version = "1.5.5", default-features = false, features = ["perf", "std"] }