From fd70b7025b0fab18c670c8e11050bc1110eb73ed Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Fri, 25 Aug 2023 11:40:21 -0600 Subject: 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. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3