From b392e4782541195a0d3c6b367297fb98e4eddc50 Mon Sep 17 00:00:00 2001 From: Alex Macleod Date: Fri, 22 Mar 2024 13:44:28 +0000 Subject: [PATCH] Remove unused dep `tester` --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b37b54c0048b..43f20ecedc21d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ anstream = "0.6.0" [dev-dependencies] ui_test = "0.22.2" -tester = "0.9" regex = "1.5.5" toml = "0.7.3" walkdir = "2.3"