Skip to content

Commit

Permalink
chore: remove atty dependency since it's not used (#530)
Browse files Browse the repository at this point in the history
Remove atty dependency since it's not used any more.

Closes #508
  • Loading branch information
yerke authored Feb 26, 2024
1 parent 4af30f2 commit bdaf05e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tokio-console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ license = false
eula = false

[dependencies]
atty = "0.2"
console-api = { version = "0.6.0", path = "../console-api", features = ["transport"] }
# Use 1.64.0 compatible version of `clap@4.1.14`.
clap = { version = "~4.1.14", features = ["wrap_help", "cargo", "derive", "env"] }
Expand Down

0 comments on commit bdaf05e

Please sign in to comment.