Skip to content

Commit

Permalink
Merge pull request #4196 from eval-exec/exec/drop-atty-dependency
Browse files Browse the repository at this point in the history
Remove unmaintained `atty` dependency
  • Loading branch information
doitian authored Oct 17, 2023
2 parents 58419a7 + 9036eac commit 7d93a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 31 deletions.
37 changes: 7 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion util/logger-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ckb-logger-config = { path = "../logger-config", version = "= 0.113.0-pre" }
ckb-channel = { path = "../channel", version = "= 0.113.0-pre" }
yansi = "0.5"
log = "0.4"
env_logger = "0.6"
env_logger = "0.10"
once_cell = "1.8.0"
regex = "1.1.6"
backtrace = "0.3"
Expand Down

0 comments on commit 7d93a8f

Please sign in to comment.