rust-cli / book

Documentation on how to use the Rust Programming Language to develop commandline applications
https://rust-cli.github.io/book/index.html
MIT License
816 stars 108 forks source link

chore(deps): update compatible #242

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.79 -> 1.0.80
assert_cmd dev-dependencies patch 2.0.13 -> 2.0.14
clap dependencies minor 4.4.18 -> 4.5.1
crossbeam-channel (source) dependencies patch 0.5.11 -> 0.5.12
indicatif dependencies patch 0.17.7 -> 0.17.8
is-terminal dependencies patch 0.4.10 -> 0.4.12
log dependencies patch 0.4.20 -> 0.4.21
serde (source) dependencies patch 1.0.196 -> 1.0.197
serde_derive (source) dependencies patch 1.0.196 -> 1.0.197
serde_json dependencies patch 1.0.113 -> 1.0.114

Release Notes

dtolnay/anyhow (anyhow) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78
assert-rs/assert_cmd (assert_cmd) ### [`v2.0.14`](https://togithub.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#2014---2024-02-19) [Compare Source](https://togithub.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14) ##### Compatibility - MSRV is now 1.73.0 ##### Features - Run using the cargo target runner
clap-rs/clap (clap) ### [`v4.5.1`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#451---2024-02-16) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.0...v4.5.1) ##### Fixes - *(error)* Include suggestion to add `--` even if there is a "did you mean" so long as `last` or `trailing_var_arg` is used ### [`v4.5.0`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#450---2024-02-08) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.4.18...v4.5.0) ##### Compatibility - Update MSRV to 1.74
crossbeam-rs/crossbeam (crossbeam-channel) ### [`v0.5.12`](https://togithub.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-channel-0.5.12): crossbeam-channel 0.5.12 [Compare Source](https://togithub.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.11...crossbeam-channel-0.5.12) - Fix memory leak in unbounded channel. ([#​1084](https://togithub.com/crossbeam-rs/crossbeam/issues/1084))
console-rs/indicatif (indicatif) ### [`v0.17.8`](https://togithub.com/console-rs/indicatif/releases/tag/0.17.8) [Compare Source](https://togithub.com/console-rs/indicatif/compare/0.17.7...0.17.8) #### What's Changed - documented behaviour of MultiProgress::add by [@​djugei](https://togithub.com/djugei) in [https://github.com/console-rs/indicatif/pull/592](https://togithub.com/console-rs/indicatif/pull/592) - improve documentation for usage as spinner by [@​chris-laplante](https://togithub.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/593](https://togithub.com/console-rs/indicatif/pull/593) - docs: Improve formatting and linking by [@​waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/console-rs/indicatif/pull/599](https://togithub.com/console-rs/indicatif/pull/599) - Add minimal examples demonstrating Formatters by [@​Chris--B](https://togithub.com/Chris--B) in [https://github.com/console-rs/indicatif/pull/600](https://togithub.com/console-rs/indicatif/pull/600) - Skip drawing MultiProgress if backing draw target is hidden by [@​djc](https://togithub.com/djc) in [https://github.com/console-rs/indicatif/pull/603](https://togithub.com/console-rs/indicatif/pull/603) - Add more item links in docs by [@​dominik-korsa](https://togithub.com/dominik-korsa) in [https://github.com/console-rs/indicatif/pull/607](https://togithub.com/console-rs/indicatif/pull/607) - fix and rename `real_len` by [@​tgolsson](https://togithub.com/tgolsson) in [https://github.com/console-rs/indicatif/pull/608](https://togithub.com/console-rs/indicatif/pull/608) - Fix [#​612](https://togithub.com/console-rs/indicatif/issues/612) by [@​smoelius](https://togithub.com/smoelius) in [https://github.com/console-rs/indicatif/pull/613](https://togithub.com/console-rs/indicatif/pull/613) - Add `VisualLines` newtype wrapper by [@​smoelius](https://togithub.com/smoelius) in [https://github.com/console-rs/indicatif/pull/616](https://togithub.com/console-rs/indicatif/pull/616) - Use current position for calculating finished progress bar per_sec instead of bar length by [@​DanGonite57](https://togithub.com/DanGonite57) in [https://github.com/console-rs/indicatif/pull/605](https://togithub.com/console-rs/indicatif/pull/605) - renders the speed in bytes per second using SI prefixes by [@​WankkoRee](https://togithub.com/WankkoRee) in [https://github.com/console-rs/indicatif/pull/622](https://togithub.com/console-rs/indicatif/pull/622) - fix inadvertently dropping MutexGuard in TickerControl by [@​chris-laplante](https://togithub.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/626](https://togithub.com/console-rs/indicatif/pull/626) - \[feature request] adding `{percent_precise}` style key by [@​OmarTawfik](https://togithub.com/OmarTawfik) in [https://github.com/console-rs/indicatif/pull/628](https://togithub.com/console-rs/indicatif/pull/628)
sunfishcode/is-terminal (is-terminal) ### [`v0.4.12`](https://togithub.com/sunfishcode/is-terminal/compare/v0.4.11...v0.4.12) [Compare Source](https://togithub.com/sunfishcode/is-terminal/compare/v0.4.11...v0.4.12) ### [`v0.4.11`](https://togithub.com/sunfishcode/is-terminal/compare/v0.4.10...v0.4.11) [Compare Source](https://togithub.com/sunfishcode/is-terminal/compare/v0.4.10...v0.4.11)
rust-lang/log (log) ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21)
serde-rs/serde (serde) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#​2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@​nyurik](https://togithub.com/nyurik))
serde-rs/json (serde_json) ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.