From 05d9ea3a54ef4eda5c3ea66567d0de923bb64148 Mon Sep 17 00:00:00 2001 From: Steppy Date: Thu, 12 Dec 2024 10:44:46 +0100 Subject: [PATCH] Remove replace_with dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2acfa76..39fa427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,3 @@ edition = "2021" [dependencies] clap = { version = "4.5.23", features = ["derive"] } -replace_with = "0.1.7"