Skip to content

Commit 3bed794

Browse files
chore(deps): update rust crate indicatif to 0.18.0 (#3766)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indicatif](https://redirect.github.com/console-rs/indicatif) | workspace.dependencies | minor | `0.17.8` -> `0.18.0` | --- ### Release Notes <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`v0.18.0`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.18.0) [Compare Source](https://redirect.github.com/console-rs/indicatif/compare/0.17.12...0.18.0) Unfortunately [0.17.12](https://redirect.github.com/console-rs/indicatif/releases/0.17.12) had to be yanked because the console upgrade was a semver-compatible change. Rerelease as 0.18.0 instead. #### What's Changed - Bump version to 0.18.0 by [@&#8203;djc](https://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/715](https://redirect.github.com/console-rs/indicatif/pull/715) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9321799 commit 3bed794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -102,7 +102,7 @@ goldenfile = "1"
102102
half = { version = "2.6", features = ["std", "num-traits"] }
103103
hashbrown = "0.15.1"
104104
humansize = "2.1.3"
105-
indicatif = "0.17.8"
105+
indicatif = "0.18.0"
106106
inventory = "0.3.20"
107107
itertools = "0.14.0"
108108
jiff = "0.2.0"

0 commit comments

Comments
 (0)