summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorScott Olson <scott@solson.me>2020-11-09 19:08:12 +0000
committerGitHub <noreply@github.com>2020-11-09 14:08:12 -0500
commit57c2608e9896105ef69d89e88e6216fa07f8d672 (patch)
tree686a584ae9eee421ee8c2db0fba27f01d29ec4af /cli/Cargo.toml
parentb0e38bffc322e818d32bd741d6d74c71aabd8712 (diff)
fix(cli): Use safe shell escaping in `deno install` (#7613)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 6e02e7d9d..8459139bf 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -61,6 +61,7 @@ ring = "0.16.15"
rustyline = { version = "6.3.0", default-features = false }
rustyline-derive = "0.3.1"
serde = { version = "1.0.116", features = ["derive"] }
+shell-escape = "0.1.5"
sys-info = "0.7.0"
sourcemap = "6.0.1"
swc_bundler = "=0.16.1"