Skip to content

Commit

Permalink
Drop bpaf color - it pulls in atty which is unsound and appears t…
Browse files Browse the repository at this point in the history
…o be umaintained: softprops/atty#50
  • Loading branch information
Shnatsel committed Nov 4, 2022
1 parent ecf4c91 commit f761c16
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 57 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.3.2 (2022-11-04)

- Upgrade to `bpaf` 0.7

## v0.3.1 (2021-03-18)

- Fix `--features` flag not being honored if `--target` is also passed
Expand Down
48 changes: 1 addition & 47 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-supply-chain"
version = "0.3.1"
version = "0.3.2"
description = "Gather author, contributor, publisher data on crates in your dependency graph"
repository = "https://github.com/rust-secure-code/cargo-supply-chain"
authors = ["Andreas Molzer <andreas.molzer@gmx.de>", "Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
Expand All @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4.30"
indicatif = "0.17.0"
bpaf = { version = "0.7.0", features = ["derive", "bright-color"] }
bpaf = { version = "0.7.0", features = ["derive"] }
anyhow = "1.0.28"

[dev-dependencies]
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ Most commands also accept flags controlling the features, targets, etc.
See 'cargo supply-chain <command> --help' for more information on a specific command.
```

## Colorful line parser output

You can install `cargo-supply-chain` with one of two features to get prettier command line
```console
cargo install cargo-supply-chain -F bright-color
cargo install cargo-supply-chain -F dull-color
```

## License

Triple licensed under any of Apache-2.0, MIT, or zlib terms.

0 comments on commit f761c16

Please sign in to comment.