diff options
| author | Scott Olson <scott@solson.me> | 2020-11-09 19:08:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 14:08:12 -0500 |
| commit | 57c2608e9896105ef69d89e88e6216fa07f8d672 (patch) | |
| tree | 686a584ae9eee421ee8c2db0fba27f01d29ec4af /cli/Cargo.toml | |
| parent | b0e38bffc322e818d32bd741d6d74c71aabd8712 (diff) | |
fix(cli): Use safe shell escaping in `deno install` (#7613)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
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" |
