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. --- runtime/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/Cargo.toml') 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 -- cgit v1.2.3