Skip to content

Commit 8cf8d04

Browse files
authored
Upgrade owo-colors to v4.0.0 (#1778)
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
1 parent c381be0 commit 8cf8d04

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

Cargo.lock

+34-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cargo_toml = "0.19" # used for building projects
6262
clap-cargo = { version = "0.14.0", features = [ "cargo_metadata" ] }
6363
eyre = "~0.6.12" # simplifies error-handling
6464
libc = "0.2" # FFI compat
65-
owo-colors = { version = "3.5", features = [ "supports-colors" ] } # for output highlighting
65+
owo-colors = { version = "4.0", features = [ "supports-colors" ] } # for output highlighting
6666
proc-macro2 = { version = "1.0.78", features = [ "span-locations" ] }
6767
quote = "1.0.33"
6868
regex = "1.1" # used for build/test

0 commit comments

Comments
 (0)