diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-08-25 11:40:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-25 17:40:21 +0000 |
| commit | fd70b7025b0fab18c670c8e11050bc1110eb73ed (patch) | |
| tree | b955340acf33e996d01bf2d5f8adfbd567e67dde /runtime/Cargo.toml | |
| parent | 37de5e8623bc2c96dfd577d2a496eab62358b73f (diff) | |
chore: fully remove atty dep (#20288)
This fully removes the `atty` crate from deno by bumping `env_logger`
and removing the now-unused `atty` dep for runtime.
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 93ab1a454..f181ba1c2 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -90,7 +90,6 @@ deno_websocket.workspace = true deno_webstorage.workspace = true fastwebsockets.workspace = true -atty.workspace = true console_static_text.workspace = true dlopen.workspace = true encoding_rs.workspace = true |
