From d88d8b75d0e44a0e667b4e68ee6c1fa17a431f50 Mon Sep 17 00:00:00 2001 From: Akshat Agarwal Date: Sun, 28 Feb 2021 18:24:03 +0530 Subject: chore(runtime): removed unused dependencies (#9622) This PR removes the following unused dependencies from the runtime crate: - env_logger - rustyline-derive - shell-escape --- runtime/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9553c1b04..091e0340d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -38,7 +38,6 @@ deno_websocket = { path = "../op_crates/websocket", version = "0.5.0" } atty = "0.2.14" dlopen = "0.1.8" encoding_rs = "0.8.28" -env_logger = "0.8.2" filetime = "0.2.14" http = "0.2.3" hyper = { version = "0.14.4", features = ["server"] } @@ -51,9 +50,7 @@ percent-encoding = "2.1.0" regex = "1.4.3" ring = "0.16.20" rustyline = { version = "7.1.0", default-features = false } -rustyline-derive = "0.4.0" serde = { version = "1.0.123", features = ["derive"] } -shell-escape = "0.1.5" sys-info = "0.8.0" termcolor = "1.1.2" tokio = { version = "1.2.0", features = ["full"] } -- cgit v1.2.3