From 5324cc4da9a720c8a76c3d2a5d727e8bd5f124f0 Mon Sep 17 00:00:00 2001 From: klensy Date: Wed, 16 Nov 2022 19:49:20 +0300 Subject: [PATCH] remove unused shell_escape dep --- Cargo.lock | 7 ------- Cargo.toml | 1 - 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c890df08cc26..15fc89b86818a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,6 @@ dependencies = [ "regex", "rustc-workspace-hack", "rustc_version", - "shell-escape", "smallvec", "ui_test", ] @@ -632,12 +631,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "shell-escape" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" - [[package]] name = "smallvec" version = "1.9.0" diff --git a/Cargo.toml b/Cargo.toml index 65ef92e21d6b1..0f69a0baef4fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ doctest = false # and no doc tests getrandom = { version = "0.2", features = ["std"] } env_logger = "0.9" log = "0.4" -shell-escape = "0.1.4" rand = "0.8" smallvec = "1.7"