Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps clap from 4.5.36 to 4.5.37.

Release notes

Sourced from clap's releases.

v4.5.37

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()
Changelog

Sourced from clap's changelog.

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 21, 2025
@qodo-free-for-open-source-projects
Copy link

qodo-free-for-open-source-projects bot commented Apr 21, 2025

CI Feedback 🧐

(Feedback updated until commit 52f946f)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Rust (windows-latest)

Failed stage: Install Rust toolchain [❌]

Failure summary:

The action failed because the Rust toolchain specified in the workflow is not properly installed.
The error message indicates that the override toolchain 'stable-x86_64-pc-windows-msvc' is not
installed, despite being set as the default toolchain. This caused the rustup show command to fail
with exit code 1.

Relevant error logs:
1:  ##[group]Operating System
2:  Microsoft Windows Server 2022
...

305:  CARGO_NET_RETRY: 10
306:  CI: 1
307:  RUST_BACKTRACE: short
308:  RUSTFLAGS: -D warnings -W unreachable-pub -W rust-2021-compatibility
309:  RUSTUP_MAX_RETRIES: 10
310:  CC: deny_c
311:  ##[endgroup]
312:  [command]C:\Users\runneradmin\.cargo\bin\rustup.exe show
313:  Default host: x86_64-pc-windows-msvc
314:  rustup home:  C:\Users\runneradmin\.rustup
315:  installed toolchains
316:  --------------------
317:  stable-x86_64-pc-windows-msvc.old
318:  active toolchain
319:  ----------------
320:  error: override toolchain 'stable-x86_64-pc-windows-msvc' is not installed: the default toolchain does not describe an installed toolchain
321:  ##[error]The process 'C:\Users\runneradmin\.cargo\bin\rustup.exe' failed with exit code 1
322:  Post job cleanup.

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.36 to 4.5.37.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.36...clap_complete-v4.5.37)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-4.5.37 branch from 6fc5081 to 52f946f Compare April 23, 2025 16:14
@ttys3 ttys3 merged commit e2d5b55 into main Apr 23, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants