From f4f3040cd5ef3102b213435207063d4bf65064ae Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 11 Aug 2023 12:08:19 +0530 Subject: [PATCH] chore(deps): remove fancy-regex --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fca4bdb..092677d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,6 @@ regex = { optional = true, version = "1.7", default-features = false, features = "std", "unicode-perl", ] } -fancy-regex = "0.11.0" rustyline = "12.0.0" ### ROBLOX