summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAkshat Agarwal <humancalico@disroot.org>2021-02-28 18:24:03 +0530
committerGitHub <noreply@github.com>2021-02-28 13:54:03 +0100
commitd88d8b75d0e44a0e667b4e68ee6c1fa17a431f50 (patch)
tree901b353f6b7532beb6e0af91b68ab857cd6b3ce7 /Cargo.lock
parent4b56537ea9d5c3e5f60ca817ed00c55dcbb2131c (diff)
chore(runtime): removed unused dependencies (#9622)
This PR removes the following unused dependencies from the runtime crate: - env_logger - rustyline-derive - shell-escape
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0556292b3..221366951 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -541,7 +541,6 @@ dependencies = [
"deno_websocket",
"dlopen",
"encoding_rs",
- "env_logger",
"filetime",
"fwdansi",
"http",
@@ -556,9 +555,7 @@ dependencies = [
"regex",
"ring",
"rustyline",
- "rustyline-derive",
"serde",
- "shell-escape",
"sys-info",
"termcolor",
"test_util",