diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-02 22:06:56 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-02 22:06:56 +0000 |
commit | 3710b35f46fa3b4e374797a81186ff9a43410787 (patch) | |
tree | 2ddbe0883399a2670f28cab9c663fecd87a3d185 /Cargo.toml | |
parent | Update deps (diff) | |
download | miniserve-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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |