fix(deps): update rust crate indicatif to 0.18.4 (#168)

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 - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, 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/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
Jeremiah Russell
2026-03-13 09:47:23 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1281,9 +1281,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.18.3"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
dependencies = [
"console",
"portable-atomic",

View File

@@ -23,7 +23,7 @@ flate2 = "1.1.9"
futures = "0.3.32"
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
hyper-rustls = { version = "0.27.7", features = ["http1"] }
indicatif = "0.18.3"
indicatif = "0.18.4"
lazy-regex = "3.6.0"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }