catppuccin / whiskers

😾 Soothing port creation tool for the high-spirited!
MIT License
28 stars 3 forks source link

fix(deps): update rust crate clap-stdin to 0.5.0 #28

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Type Update Change
clap-stdin dependencies minor 0.4.0 -> 0.5.0

Release Notes

thepacketgeek/clap-stdin (clap-stdin) ### [`v0.5.1`](https://redirect.github.com/thepacketgeek/clap-stdin/releases/tag/v0.5.1) [Compare Source](https://redirect.github.com/thepacketgeek/clap-stdin/compare/v0.5.0...v0.5.1) - Bringing back access to the original filename passed to `FileOrStdin` through `FileOrStdin::filename` - Added tests to make sure I don't remove this again ### [`v0.5.0`](https://redirect.github.com/thepacketgeek/clap-stdin/releases/tag/v0.5.0) [Compare Source](https://redirect.github.com/thepacketgeek/clap-stdin/compare/v0.4.0...v0.5.0) - Adding `is_stdin()` fn to `MaybeStdin` and `FileOrStdin` in lieu of pub access to the `Source` member - Fixing [#​9](https://redirect.github.com/thepacketgeek/clap-stdin/issues/9) by checking for duplicated stdin arg usage when stdin is read, instead of definition - This improves compatibility with clap's `global=true` Arg option that caused the duplicate stdin usage error even when an stdin arg was only used once.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.



This PR was generated by Mend Renovate. View the repository job log.