aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-07-02 22:06:56 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-07-02 22:06:56 +0000
commit3710b35f46fa3b4e374797a81186ff9a43410787 (patch)
tree2ddbe0883399a2670f28cab9c663fecd87a3d185 /Cargo.toml
parentUpdate deps (diff)
downloadminiserve-3710b35f46fa3b4e374797a81186ff9a43410787.tar.gz
miniserve-3710b35f46fa3b4e374797a81186ff9a43410787.zip
Remove atty dep
We can now use the stabilized IsTerminal trait.
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 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"