diff options
author | João Souto <joao.jpgs@hotmail.com> | 2020-02-24 15:29:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 10:29:56 -0500 |
commit | c250778704a4e0065e54e6bf6ca6c39d556a6d8d (patch) | |
tree | 9ec05ae4bec13ff6327fbb1e185c5ce53d272777 /std/encoding/testdata | |
parent | c080d7fba34fa9114e191b171d6a810312d74343 (diff) |
Remove ansi_term dependency (#4106)
Diffstat (limited to 'std/encoding/testdata')
-rw-r--r-- | std/encoding/testdata/cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/encoding/testdata/cargo.toml b/std/encoding/testdata/cargo.toml index 93583edbf..667814233 100644 --- a/std/encoding/testdata/cargo.toml +++ b/std/encoding/testdata/cargo.toml @@ -23,7 +23,6 @@ edition = "2018" [dependencies] deno_core = { path = "./core" } -ansi_term = "0.11.0" atty = "0.2.11" dirs = "1.0.5" flatbuffers = "0.5.0" |