From 3710b35f46fa3b4e374797a81186ff9a43410787 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 3 Jul 2023 00:06:56 +0200 Subject: Remove atty dep We can now use the stabilized IsTerminal trait. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 567d5d0..827a3d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,6 @@ actix-web = { version = "4", features = ["macros", "compress-brotli", "compress- actix-web-httpauth = "0.8" alphanumeric-sort = "1" anyhow = "1" -atty = "0.2" bytesize = "1" chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.2.3