Skip to content

Update Rust crate clap to v4.5.24 - abandoned #21

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

Closed
wants to merge 10 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.4 -> 4.5.24
clap dependencies minor 4.4.2 -> 4.5.24
clap dependencies patch 4.5.23 -> 4.5.24
clap dependencies patch 4.5.20 -> 4.5.24

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

clap-rs/clap (clap)

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

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 these updates again.


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

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

Copy link
Author

renovate bot commented Dec 31, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/doc/rustc-dev-guide/josh-sync/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/doc/rustc-dev-guide/josh-sync/Cargo.toml --workspace
error: current package believes it's in a workspace when it's not:
current:   /tmp/renovate/repos/github/Kobzol/rust/src/doc/rustc-dev-guide/josh-sync/Cargo.toml
workspace: /tmp/renovate/repos/github/Kobzol/rust/Cargo.toml

this may be fixable by adding `src/doc/rustc-dev-guide/josh-sync` to the `workspace.members` array of the manifest located at: /tmp/renovate/repos/github/Kobzol/rust/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/tools/clippy/lintcheck/Cargo.toml --workspace
error: current package believes it's in a workspace when it's not:
current:   /tmp/renovate/repos/github/Kobzol/rust/src/tools/clippy/lintcheck/Cargo.toml
workspace: /tmp/renovate/repos/github/Kobzol/rust/Cargo.toml

this may be fixable by adding `src/tools/clippy/lintcheck` to the `workspace.members` array of the manifest located at: /tmp/renovate/repos/github/Kobzol/rust/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.

File name: src/tools/rustbook/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/tools/rustbook/Cargo.toml --workspace
error: failed to load manifest for dependency `mdbook-spec`

Caused by:
  failed to read `/tmp/renovate/repos/github/Kobzol/rust/src/doc/reference/mdbook-spec/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

File name: src/tools/rustfmt/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/tools/rustfmt/Cargo.toml --package [email protected] --precise 4.5.24
error: package ID specification `[email protected]` did not match any packages
Did you mean one of these?

  [email protected]

File name: src/tools/rustfmt/check_diff/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/tools/rustfmt/check_diff/Cargo.toml --workspace
error: current package believes it's in a workspace when it's not:
current:   /tmp/renovate/repos/github/Kobzol/rust/src/tools/rustfmt/check_diff/Cargo.toml
workspace: /tmp/renovate/repos/github/Kobzol/rust/Cargo.toml

this may be fixable by adding `src/tools/rustfmt/check_diff` to the `workspace.members` array of the manifest located at: /tmp/renovate/repos/github/Kobzol/rust/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.

@renovate renovate bot changed the title Update Rust crate clap to v4.5.23 chore(deps): update rust crate clap to v4.5.23 Jan 4, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from fb01014 to 075deb1 Compare January 4, 2025 22:03
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.23 Update Rust crate clap to v4.5.23 Jan 5, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.23 chore(deps): update rust crate clap to v4.5.23 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 075deb1 to 4e58221 Compare January 5, 2025 16:39
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.23 Update Rust crate clap to v4.5.23 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 4e58221 to e9195ec Compare January 7, 2025 17:44
@renovate renovate bot changed the title Update Rust crate clap to v4.5.23 Update Rust crate clap to v4.5.24 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from e9195ec to cac3611 Compare January 8, 2025 12:38
@renovate renovate bot changed the title Update Rust crate clap to v4.5.24 Update Rust crate clap to v4.5.24 - abandoned Jan 8, 2025
Copy link
Author

renovate bot commented Jan 8, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@Kobzol Kobzol closed this Jan 8, 2025
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.

4 participants