Skip to content

Commit

Permalink
Merge pull request #1057 from foresterre/dependabot/cargo/indicatif-0…
Browse files Browse the repository at this point in the history
….17.9
  • Loading branch information
foresterre authored Nov 18, 2024
2 parents 9fe250e + 0827ccb commit 6175999
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 16 deletions.
107 changes: 92 additions & 15 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 @@ -25,7 +25,7 @@ cargo_metadata = "0.18.1" # resolving Cargo manifest metadata (consider `guppy`!
clap = { version = "4.5.21", features = ["derive"] } # parse CLI arguments
clap-cargo = { version = "0.14.1", features = ["cargo_metadata"] }
dirs = "5.0.1" # common directories
indicatif = "0.17.8" # UI
indicatif = "0.17.9" # UI
once_cell = "1.20.2" # lazy data structures and thunking
owo-colors = "4.1.0" # color support for the terminal
petgraph = "0.6.5" # graph data structures
Expand Down

0 comments on commit 6175999

Please sign in to comment.