clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.66k stars 1.02k forks source link

chore(deps): update compatible (dev) #5381

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
divan dev-dependencies patch 0.1.11 -> 0.1.14
snapbox (source) dev-dependencies patch 0.5.0 -> 0.5.7

Release Notes

nvzqz/divan (divan) ### [`v0.1.14`](https://togithub.com/nvzqz/divan/blob/HEAD/CHANGELOG.md#0114---2024-02-17) [Compare Source](https://togithub.com/nvzqz/divan/compare/v0.1.13...v0.1.14) ##### Fixed - Set correct field in \[`Divan::max_time`]. ([#​45](https://togithub.com/nvzqz/divan/pull/45)) ##### Changes - Improve \[`args`] documentation by relating it to using \[`Bencher`]. - Define \[`BytesCount::of_iter`] in terms of \[`BytesCount::of_many`]. ### [`v0.1.13`](https://togithub.com/nvzqz/divan/blob/HEAD/CHANGELOG.md#0113---2024-02-09) [Compare Source](https://togithub.com/nvzqz/divan/compare/v0.1.12...v0.1.13) ##### Fixed - Missing update to `divan-macros` dependency. ### [`v0.1.12`](https://togithub.com/nvzqz/divan/blob/HEAD/CHANGELOG.md#0112---2024-02-09) [Compare Source](https://togithub.com/nvzqz/divan/compare/v0.1.11...v0.1.12) ##### Added - Display \[`args`] option values with \[`Debug`] instead if \[`ToString`] is not implemented. This makes it simple to use enums with derived \[`Debug`]: ```rs #[derive(Debug)] enum Arg { A, B } #[divan::bench(args = [Arg::A, Arg::B])] fn bench_args(arg: &Arg) { ... } ``` - Documentation of when to use \[`black_box`] in benchmarks.
assert-rs/trycmd (snapbox) ### [`v0.5.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.6...snapbox-v0.5.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.6...snapbox-v0.5.7) ### [`v0.5.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.5...snapbox-v0.5.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.5...snapbox-v0.5.6) ### [`v0.5.5`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.4...snapbox-v0.5.5) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.4...snapbox-v0.5.5) ### [`v0.5.4`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.3...snapbox-v0.5.4) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.3...snapbox-v0.5.4) ### [`v0.5.3`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.2...snapbox-v0.5.3) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.2...snapbox-v0.5.3) ### [`v0.5.2`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.1...snapbox-v0.5.2) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.1...snapbox-v0.5.2) ### [`v0.5.1`](https://togithub.com/assert-rs/trycmd/blob/HEAD/CHANGELOG.md#051---2021-11-12) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.0...snapbox-v0.5.1) ##### Fixes - Test case showed a success despite it failing (summary reported it failed)

Configuration

📅 Schedule: Branch creation - "before 5am 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.