summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-08-25 11:40:21 -0600
committerGitHub <noreply@github.com>2023-08-25 17:40:21 +0000
commitfd70b7025b0fab18c670c8e11050bc1110eb73ed (patch)
treeb955340acf33e996d01bf2d5f8adfbd567e67dde /Cargo.toml
parent37de5e8623bc2c96dfd577d2a496eab62358b73f (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 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 226d5d62f..bc43c9fcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,6 @@ deno_napi = { version = "0.47.0", path = "./ext/napi" }
aes = "=0.8.2"
anyhow = "1.0.57"
async-trait = "0.1.51"
-atty = "=0.2.14"
base64 = "=0.13.1"
bencher = "0.1"
brotli = "3.3.4"