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 [@​djugei](https://redirect.github.com/djugei) in [#​657](https://redirect.github.com/console-rs/indicatif/pull/657) - Fix duration after finish by [@​luolong](https://redirect.github.com/luolong) in [#​748](https://redirect.github.com/console-rs/indicatif/pull/748) - Add refresh rate warning for ProgressDrawTarget::term\_like() by [@​djc](https://redirect.github.com/djc) in [#​750](https://redirect.github.com/console-rs/indicatif/pull/750) - Seeking heuristic tweaks by [@​djc](https://redirect.github.com/djc) in [#​751](https://redirect.github.com/console-rs/indicatif/pull/751) - Expose the current tab width by [@​alexisfontaine](https://redirect.github.com/alexisfontaine) in [#​754](https://redirect.github.com/console-rs/indicatif/pull/754) - Make WASM support optional via a feature flag by [@​SvenFinn](https://redirect.github.com/SvenFinn) in [#​761](https://redirect.github.com/console-rs/indicatif/pull/761) - fix: respect NO\_COLOR and TERM=dumb environment variables by [@​shaanmajid](https://redirect.github.com/shaanmajid) in [#​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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1281,9 +1281,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indicatif"
|
name = "indicatif"
|
||||||
version = "0.18.3"
|
version = "0.18.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
|
checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"portable-atomic",
|
"portable-atomic",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ flate2 = "1.1.9"
|
|||||||
futures = "0.3.32"
|
futures = "0.3.32"
|
||||||
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
|
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
|
||||||
hyper-rustls = { version = "0.27.7", features = ["http1"] }
|
hyper-rustls = { version = "0.27.7", features = ["http1"] }
|
||||||
indicatif = "0.18.3"
|
indicatif = "0.18.4"
|
||||||
lazy-regex = "3.6.0"
|
lazy-regex = "3.6.0"
|
||||||
log = "0.4.29"
|
log = "0.4.29"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user