Skip to content

Commit

Permalink
Upgrade owo-colors to v4.0.0 (#1778)
Browse files Browse the repository at this point in the history
Removes one dependency on atty, which has a security vulnerability and
appears to be unmaintained.

Remaining dependencies to be fixed and/or released:

*   killercup/cargo-edit#900
*   eyre-rs/eyre#167
  • Loading branch information
theory authored Jul 15, 2024
1 parent c381be0 commit 8cf8d04
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 12 deletions.
45 changes: 34 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cargo_toml = "0.19" # used for building projects
clap-cargo = { version = "0.14.0", features = [ "cargo_metadata" ] }
eyre = "~0.6.12" # simplifies error-handling
libc = "0.2" # FFI compat
owo-colors = { version = "3.5", features = [ "supports-colors" ] } # for output highlighting
owo-colors = { version = "4.0", features = [ "supports-colors" ] } # for output highlighting
proc-macro2 = { version = "1.0.78", features = [ "span-locations" ] }
quote = "1.0.33"
regex = "1.1" # used for build/test
Expand Down

0 comments on commit 8cf8d04

Please sign in to comment.