-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update rust crate clap to 4.5.23 #17
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/clap-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.10
chore(deps): update rust crate clap to 4.5.11
Jul 25, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
2 times, most recently
from
July 31, 2024 19:48
a7f8f70
to
45bb380
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.11
chore(deps): update rust crate clap to 4.5.12
Jul 31, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
July 31, 2024 21:51
45bb380
to
2c34848
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.12
chore(deps): update rust crate clap to 4.5.13
Jul 31, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
August 8, 2024 19:39
2c34848
to
e88cac2
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.13
chore(deps): update rust crate clap to 4.5.14
Aug 8, 2024
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.14
chore(deps): update rust crate clap to 4.5.15
Aug 10, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
August 10, 2024 00:52
e88cac2
to
487da1f
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.15
chore(deps): update rust crate clap to 4.5.16
Aug 16, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
August 16, 2024 00:27
487da1f
to
1c1f39a
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.16
chore(deps): update rust crate clap to 4.5.17
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
September 4, 2024 21:47
1c1f39a
to
eea2599
Compare
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
September 20, 2024 22:13
eea2599
to
bb5cb50
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.17
chore(deps): update rust crate clap to 4.5.18
Sep 20, 2024
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.18
chore(deps): update rust crate clap to 4.5.19
Oct 1, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
October 1, 2024 19:04
bb5cb50
to
8dad0c3
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.19
chore(deps): update rust crate clap to 4.5.20
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
October 8, 2024 15:41
8dad0c3
to
f40868c
Compare
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
November 13, 2024 20:05
f40868c
to
ac4d789
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.20
chore(deps): update rust crate clap to 4.5.21
Nov 13, 2024
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.21
chore(deps): update rust crate clap to 4.5.22
Dec 3, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
December 3, 2024 21:32
ac4d789
to
2f34ed1
Compare
renovate
bot
changed the title
chore(deps): update rust crate clap to 4.5.22
chore(deps): update rust crate clap to 4.5.23
Dec 5, 2024
renovate
bot
force-pushed
the
renovate/clap-4.x
branch
from
December 5, 2024 21:36
2f34ed1
to
8e7728e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.9
->4.5.23
Release Notes
clap-rs/clap (clap)
v4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
v4.5.21
Compare Source
Fixes
ignore_errors(true)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
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.