Skip to content

chore(deps): bump clap from 4.6.2 to 4.6.4 in /rust - #83

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/clap-4.6.4
Closed

chore(deps): bump clap from 4.6.2 to 4.6.4 in /rust#83
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/clap-4.6.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps clap from 4.6.2 to 4.6.4.

Release notes

Sourced from clap's releases.

v4.6.4

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
Changelog

Sourced from clap's changelog.

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
Commits
  • 87ec1ad chore: Release
  • 78f2529 docs: Update changelog
  • b61f270 Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering
  • 74c6666 fix(complete): Keep zsh candidate order
  • d142d8f Merge pull request #6360 from epage/string
  • ba89563 style: Prefer explicit string operations
  • bea966e Merge pull request #6359 from epage/man
  • b811986 chore(man):Remove unused required-features
  • 0010bf2 Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.x
  • bab9b24 chore(deps): Update compatible (dev) (#6357)
  • Additional commits viewable in compare view

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 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)

Bumps [clap](https://github.com/clap-rs/clap) from 4.6.2 to 4.6.4.
- [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.6.2...clap_complete-v4.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@feurer98 feurer98 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR-Gatekeeper-Review

1. Autor + Vertrauensstatus
dependabot[bot] — Vertrauensvorschuss: ja. (Vertrauen senkt die Tonschärfe, nicht die Prüftiefe — vollständige Kontrolle wurde durchgeführt.)

2. Sinnhaftigkeits-Urteil: sinnvoll
Reines Patch-Update clap 4.6.2 → 4.6.4 (+ clap_derive 4.6.1 → 4.6.4). Kein Scope Creep, nur rust/Cargo.lock betroffen. Changelog-Abgleich (Autor-Behauptung vs. Realität): 4.6.3 = Derive-Fix, 4.6.4 = „Update to syn v3" — stimmt mit dem Diff überein. Nennenswert: der transitive Build-Dependency-Sprung syn 2.0.117 → syn 3.0.2 (Major). syn ist eine reine Compile-Time-/proc-macro-Abhängigkeit und landet nicht im Runtime-Binary; Build, Test (stable/beta/windows), Clippy, Rustfmt, Coverage, Benchmarks und Dependency Review sind alle grün. Kein Breaking Change für dieses Projekt erkennbar.

3. Befundliste

ID Stelle Problem Schweregrad Empfehlung/Fix Status
F-1 CI: Security Audit + Cargo Deny quick-xml v0.37.5 verwundbar: RUSTSEC-2026-0194 & RUSTSEC-2026-0195 (je CVSS 7.5, high) hoch Upgrade quick-xml >= 0.41.0 (via lib3mf-core v0.4.0) offen — nicht durch diesen PR verursacht
F-2 rust/Cargo.lock (clap-Diff) Bezug zu F-1? Keiner: quick-xml/lib3mf-core werden von diesem Diff nicht berührt (nur clap/clap_derive/syn) geklärt

Zu F-1: Die beiden roten Checks stammen aus quick-xml v0.37.5 → lib3mf-core v0.4.0 → pixestl und sind unabhängig von diesem clap-Bump. Die Advisories sind auf 2026-06-29 datiert; main ist aus demselben Grund derzeit rot. Dieser PR verschlechtert nichts, macht die Pipeline aber auch nicht grün.

4. Entscheidung: CHANGES REQUESTED (Merge zurückgestellt)
Der clap-Bump selbst ist korrekt und sinnvoll, wird aber nicht nach main überführt, solange die Pipeline rot ist (Regel: nur grüne, geprüfte PRs werden gemerged; im Zweifel gegen den Merge). Den quick-xml-Fix in diesen PR aufzunehmen wäre Scope Creep und wird bewusst abgelehnt.

5. Konkrete Korrekturschritte (separat von diesem PR)

  1. Eigenen PR öffnen: quick-xml auf >= 0.41.0 heben. Da quick-xml transitiv über lib3mf-core v0.4.0 kommt, ggf. lib3mf-core aktualisieren oder cargo update -p quick-xml prüfen — Kompatibilität von lib3mf-core mit quick-xml 0.41 verifizieren.
  2. Sobald main wieder grün ist: diesen PR rebasen (·@·d·ependabot r·ebase). Wenn dann alle Checks grün sind, ist er merge-fähig.

Generated by Claude Code

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #85.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/rust/clap-4.6.4 branch August 10, 2026 09:16
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