Skip to content

Commit

Permalink
build(deps): bump indicatif from 0.17.3 to 0.17.4
Browse files Browse the repository at this point in the history
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.4.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.3...0.17.4)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2023
1 parent 0aca25c commit d19edae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 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 @@ -24,7 +24,7 @@ camino = "1.1" # utf-8 paths
cargo_metadata = "0.15.4" # resolving Cargo manifest metadata (consider `guppy`!)
clap = { version = "4.3.0", features = ["derive"] } # parse CLI arguments
dirs = "5.0.1" # common directories
indicatif = "=0.17.3" # UI
indicatif = "=0.17.4" # UI
once_cell = "1.17.2" # lazy data structures and thunking
owo-colors = "3.5.0" # color support for the terminal
petgraph = "0.6.3" # graph data structures
Expand Down

0 comments on commit d19edae

Please sign in to comment.