deps(deps): bump the cargo-dependencies group across 1 directory with 3 updates - #188
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(deps): bump the cargo-dependencies group across 1 directory with 3 updates#188dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 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
Bot
force-pushed
the
dependabot/cargo/cargo-dependencies-219e76dfb8
branch
from
August 12, 2026 00:54
253d01a to
c370b45
Compare
7 tasks
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
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/cargo/cargo-dependencies-219e76dfb8
branch
August 12, 2026 01:55
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the cargo-dependencies group with 3 updates in the / directory: clap, clap_complete and rusqlite.
Updates
clapfrom 4.6.5 to 4.6.6Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
348cff3chore: Released478377docs: Update changelog04b9fbbMerge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob7075239Merge pull request #6422 from BaumiCoder/fix-fish-indentationsf90a966fix(complete): Use spaces for indentation in fishdd4997bfix(complete): Don't glob-expand bash positionals8387c81Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x8141e11chore(deps): Update compatible (dev) (#6398)8a6bd4echore(deps): Update pre-commit hook crate-ci/typos to v1.47.071a7213chore(deps): Update Rust Stable to v1.96 (#6396)Updates
clap_completefrom 4.6.8 to 4.6.9Commits
715b812chore: Release89e6e9bdocs: Update changelog3918cb4Merge pull request #6468 from sjh9714/fix-bash-posix-fn-name526c819Merge pull request #6469 from latent-9/docs/fix-derive-reference-linkb2bd685docs(clap_derive): Fix derive reference linkecee8a4fix(complete): Name the function after fn_name6dd2e5atest(complete): Show POSIX bash will not source4684d7achore: Release51d50addocs: Update changelog3bc3622Merge pull request #6457 from bl4ck4t/masterUpdates
rusqlitefrom 0.40.1 to 0.40.2Release notes
Sourced from rusqlite's releases.
Commits
e88f112Prepare released11c76eUpdate main.ymlc922ca5Lower MSRV to 1.88.0