Skip to content

deps(deps): bump the cargo-dependencies group across 1 directory with 3 updates - #188

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-219e76dfb8
Closed

deps(deps): bump the cargo-dependencies group across 1 directory with 3 updates#188
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-219e76dfb8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 3 updates in the / directory: clap, clap_complete and rusqlite.

Updates clap from 4.6.5 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • See full diff in compare view

Updates clap_complete from 4.6.8 to 4.6.9

Commits
  • 715b812 chore: Release
  • 89e6e9b docs: Update changelog
  • 3918cb4 Merge pull request #6468 from sjh9714/fix-bash-posix-fn-name
  • 526c819 Merge pull request #6469 from latent-9/docs/fix-derive-reference-link
  • b2bd685 docs(clap_derive): Fix derive reference link
  • ecee8a4 fix(complete): Name the function after fn_name
  • 6dd2e5a test(complete): Show POSIX bash will not source
  • 4684d7a chore: Release
  • 51d50ad docs: Update changelog
  • 3bc3622 Merge pull request #6457 from bl4ck4t/master
  • Additional commits viewable in compare view

Updates rusqlite from 0.40.1 to 0.40.2

Release notes

Sourced from rusqlite's releases.

0.40.2

What's Changed

  • Lower MSRV to 1.88.0

Full Changelog: rusqlite/rusqlite@v0.40.1...v0.40.2

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
… 3 updates

Bumps the cargo-dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [rusqlite](https://github.com/rusqlite/rusqlite).


Updates `clap` from 4.6.5 to 4.6.6
- [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.5...clap_complete-v4.6.6)

Updates `clap_complete` from 4.6.8 to 4.6.9
- [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.8...clap_complete-v4.6.9)

Updates `rusqlite` from 0.40.1 to 0.40.2
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.40.1...v0.40.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_complete
  dependency-version: 4.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rusqlite
  dependency-version: 0.40.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(deps): bump the cargo-dependencies group with 3 updates deps(deps): bump the cargo-dependencies group across 1 directory with 3 updates Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-dependencies-219e76dfb8 branch from 253d01a to c370b45 Compare August 12, 2026 00:54
@l1a

l1a commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Superseded by #190, which consolidates these bumps onto a gated branch so the release hygiene Dependabot skips (version bump, NOTES entry, man page regen) is done as well.

The lockfile in #190 was diff-verified byte-identical to this PR's before the version bump, so it carries exactly the change this PR's CI validated. Closing on merge of #190.

l1a added a commit that referenced this pull request Aug 12, 2026
Rolls Dependabot #188 onto a gated branch so the release hygiene it
bypasses — version bump, NOTES entry, man regen — is actually done,
following the #167/v0.6.3 and #184/v0.6.16 pattern.

All patch-level and lockfile-only; every spec is a caret range, so both
Cargo.toml manifests are untouched:

  clap           4.6.5 -> 4.6.6  (pulls clap_builder 4.6.5 -> 4.6.6)
  clap_complete  4.6.8 -> 4.6.9
  rusqlite       0.40.1 -> 0.40.2 (pulls libsqlite3-sys 0.38.1 -> 0.38.2)

The lockfile was diff-verified byte-identical to Dependabot's before the
version bump, so this carries exactly the change its green CI validated;
afterwards the only divergence is retch-cli's own version line.

rusqlite warranted a live check rather than just a green suite: it is a
direct dependency of retch-sysinfo and the crate v0.6.18's Packages fix
had just started using differently, and libsqlite3-sys bundles SQLite
itself, so a bump changes the engine that has to honour `immutable=1`.
The rpm_db_uri unit tests only assert string construction and could not
catch a behavioural change there. Verified live as an unprivileged user:
Packages: 2509, unchanged.

retch-cli -> 0.6.19; retch-sysinfo unchanged at 0.1.53 (no source
change, only its transitive lockfile deps moved).

Assisted-By: Claude Opus 5
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 12, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-dependencies-219e76dfb8 branch August 12, 2026 01:55
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.

1 participant