Skip to content

Commit

Permalink
[CHORE] Update Rust crate indicatif to 0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2023
1 parent 5af41d3 commit 6b367a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 owmods_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ owmods_core = { version = "0.10.0", path = "../owmods_core"}
clap = { version = "4.3.19", features = ["derive"] }
colored = "2.0.4"
anyhow = "1.0.72"
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
indicatif = { version = "0.17.6", features = ["improved_unicode"] }
tokio = { version = "1.29.1", features = ["macros"] }
log = { version = "0.4.19", features = ["std"] }
clap_complete = "4.3.2"
Expand Down

0 comments on commit 6b367a4

Please sign in to comment.