Skip to content

Commit

Permalink
Update color-backtrace, removing vulnerable atty dependency
Browse files Browse the repository at this point in the history
Problem with vulnerability in atty 0.2.14 was discovered by cargo-audit.
  • Loading branch information
ArekPiekarz committed Jul 30, 2023
1 parent b17d6fb commit 12e9080
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
33 changes: 6 additions & 27 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 @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.72", default-features = false, features = ["backtrace", "std"] }
color-backtrace = { version = "0.5.1", default-features = false, optional = true }
color-backtrace = { version = "0.6.0", default-features = false, optional = true }
dirs = { version = "5.0.1", default-features = false }
git2 = { version = "0.17.2", default-features = false }
gtk = { version = "0.17.1", default-features = false }
Expand Down

0 comments on commit 12e9080

Please sign in to comment.