From f986415ef70d62524e8fb94e06f91ea6b12cc19d Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Mon, 6 Feb 2023 11:32:57 +0100 Subject: [PATCH] cargo: remove unused 'test-case' dev dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19b85dc94..319c755f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -825,7 +825,6 @@ dependencies = [ "serde", "slab", "tempfile", - "test-case", "testutils", "textwrap 0.16.0", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 38ce4feaf..68a10f9f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,6 @@ criterion_bencher_compat = "0.4.0" insta = { version = "1.26.0", features = ["filters"] } predicates = "2.1.5" regex = "1.7.1" -test-case = "2.2.2" testutils = { path = "lib/testutils" } [features]