Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

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

Compare Source

  • 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

Compare Source

  • Adding is_stdin() fn to MaybeStdin and FileOrStdin in lieu of pub access to the Source member
  • Fixing #​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.


  • If you want to rebase/retry this PR, check this box

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

@backwardspy backwardspy merged commit 7e123b7 into main Sep 8, 2024
6 checks passed
@backwardspy backwardspy deleted the renovate/clap-stdin-0.x branch September 8, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant