Skip to content

Commit 39d6a92

Browse files
Update Rust crate indicatif to 0.18.4 (#1866)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indicatif](https://redirect.github.com/console-rs/indicatif) | workspace.dependencies | patch | `0.18.3` → `0.18.4` | --- ### Release Notes <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`v0.18.4`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.18.4) [Compare Source](https://redirect.github.com/console-rs/indicatif/compare/0.18.3...0.18.4) #### What's Changed - initial draft oft hold\_max with heuristic by [@&#8203;djugei](https://redirect.github.com/djugei) in [#&#8203;657](https://redirect.github.com/console-rs/indicatif/pull/657) - Fix duration after finish by [@&#8203;luolong](https://redirect.github.com/luolong) in [#&#8203;748](https://redirect.github.com/console-rs/indicatif/pull/748) - Add refresh rate warning for ProgressDrawTarget::term\_like() by [@&#8203;djc](https://redirect.github.com/djc) in [#&#8203;750](https://redirect.github.com/console-rs/indicatif/pull/750) - Seeking heuristic tweaks by [@&#8203;djc](https://redirect.github.com/djc) in [#&#8203;751](https://redirect.github.com/console-rs/indicatif/pull/751) - Expose the current tab width by [@&#8203;alexisfontaine](https://redirect.github.com/alexisfontaine) in [#&#8203;754](https://redirect.github.com/console-rs/indicatif/pull/754) - Make WASM support optional via a feature flag by [@&#8203;SvenFinn](https://redirect.github.com/SvenFinn) in [#&#8203;761](https://redirect.github.com/console-rs/indicatif/pull/761) - fix: respect NO\_COLOR and TERM=dumb environment variables by [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) in [#&#8203;764](https://redirect.github.com/console-rs/indicatif/pull/764) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cad1fd commit 39d6a92

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ human_bytes = "0.4.3"
7171
humantime = "2.3.0"
7272
hyper = { version = "1", features = [ "full" ] }
7373
hyper-staticfile = "0.10.1"
74-
indicatif = { version = "0.18.3", features = ["rayon"] }
74+
indicatif = { version = "0.18.4", features = ["rayon"] }
7575
itertools = "0.14.0"
7676
libc = "0.2"
7777
mime_guess = "2.0.5"

0 commit comments

Comments
 (0)