Skip to content

Commit

Permalink
Bump indicatif from 0.16.2 to 0.17.8 (#51)
Browse files Browse the repository at this point in the history
* Bump indicatif from 0.16.2 to 0.17.8

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.8.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.16.2...0.17.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix indicatif update issue

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mohammad Banisaeid <[email protected]>
  • Loading branch information
dependabot[bot] and smbl64 authored Aug 31, 2024
1 parent 0ac7ee9 commit 7736e30
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 37 deletions.
57 changes: 21 additions & 36 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 @@ -29,7 +29,7 @@ clap = { version = "3.1", features = ["cargo", "derive"] }
clap_complete = "3.2"
dirs = "5.0.1"
futures-util = "0.3"
indicatif = "0.16"
indicatif = "0.17"
reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls", "stream"], default-features = false }
scraper = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ fn get_progress_bar(total_size: u64) -> ProgressBar {
pb.set_style(
ProgressStyle::default_bar()
.template(pb_template)
.expect("failed to parse progressbar template")
.progress_chars("=> "),
);
pb
Expand Down

0 comments on commit 7736e30

Please sign in to comment.