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 /cli | |
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 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 91ccebf71..a0c654780 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -77,7 +77,7 @@ dprint-plugin-json = "=0.17.4" dprint-plugin-markdown = "=0.15.3" dprint-plugin-typescript = "=0.86.2" encoding_rs.workspace = true -env_logger = "=0.9.0" +env_logger = "=0.10.0" fancy-regex = "=0.10.0" fastwebsockets.workspace = true flate2.workspace = true |