deps(deps): bump the cargo-dependencies group across 1 directory with 4 updates - #182
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(deps): bump the cargo-dependencies group across 1 directory with 4 updates#182dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 4 updates Bumps the cargo-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [toml](https://github.com/toml-rs/toml), [clap_complete](https://github.com/clap-rs/clap) and [base64](https://github.com/marshallpierce/rust-base64). Updates `clap` from 4.6.4 to 4.6.5 - [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.4...clap_complete-v4.6.5) Updates `toml` from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.3...toml-v1.1.4) Updates `clap_complete` from 4.6.7 to 4.6.8 - [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.7...clap_complete-v4.6.8) Updates `base64` from 0.23.0 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_complete dependency-version: 4.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: toml dependency-version: 1.1.4+spec-1.1.0 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-2c5da8551a
branch
from
August 8, 2026 14:51
6427997 to
056e847
Compare
8 tasks
l1a
added a commit
that referenced
this pull request
Aug 9, 2026
Consolidates Dependabot #182 onto a gated branch so the release-hygiene steps Dependabot skips (version bump, NOTES entry, man regen) are done. Dependencies (cargo-dependencies group, lockfile-only — every spec is a caret range, so Cargo.toml is untouched): clap 4.6.4 -> 4.6.5 (clap_builder 4.6.2 -> 4.6.5) toml 1.1.3 -> 1.1.4 (toml_parser 1.1.2 -> 1.1.3) clap_complete 4.6.7 -> 4.6.8 base64 0.23.0 -> 0.23.1 The resulting Cargo.lock is byte-identical to what Dependabot generated. Also fixes the `just man` font-collapsing sed, which has never worked on any platform. mandown emits redundant \fB\fB...\fP\fP runs and the recipe carried `s/\fB\fB/\fB/g` to strip them, but GNU sed reads \f as the form-feed escape rather than backslash-then-f, so the pattern only ever matched form feeds that groff output never contains. This is why docs/retch.1 kept flip-flopping between machines: v0.6.2 concluded the strip merely "didn't take effect on Windows", when in fact Linux was not stripping anything either — its mandown build just doesn't emit the doubled runs. Matching the backslash as [\] and carrying it out through a capture group keeps any backslash escape off the replacement side. With the fix, `just man` on Windows reproduces byte-for-byte the file a Linux `just man` produces, so the regen check in `just pr` no longer depends on which machine last ran it. The regenerated page drops 21 doubled font runs and changes nothing else but the version footer. retch-sysinfo unchanged at 0.1.51; no Rust source touched. Assisted-By: Claude Opus 5
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/cargo/cargo-dependencies-2c5da8551a
branch
August 9, 2026 14:06
Owner
|
Superseded by #184 (v0.6.16), which carries this exact Auto-closed on the merge of |
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 4 updates in the / directory: clap, toml, clap_complete and base64.
Updates
clapfrom 4.6.4 to 4.6.5Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c8c9355chore: Releaseaf74defdocs: Update changelogc96f222Merge pull request #6368 from truffle-dev/fix/fish-env-escaping49a05cdfix(complete): Two-pass quote fish env-completere791004test(complete): Snapshot fish env quoting casesUpdates
tomlfrom 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0Commits
beee9fechore: Release16e2ac1docs: Update changelog89f5541fix(toml): preserve datetimes when deserializing Value (#1194)534039cfix(serde): Deserialize Value datetimes into typed targets6e45ceftest(serde): Reproduce Value datetime deserialization error4ec099fchore: Release5a47a51docs: Update changelogda0911fperf(parser): Reduce over allocation by better tokens/byte ratio (#1193)26eb157perf(parser): Reduce over allocation by better tokens/byte ratioca4c7bfchore(deps): Update Prek to v0.4.11 (#1191)Updates
clap_completefrom 4.6.7 to 4.6.8Commits
d93a00dchore: Release4709d1adocs(complete): Update changelog2246e8bMerge pull request #6455 from epage/possible2550f32feat(complete): Expose possible value completers9048857refactor(complete): Pull out possible values candidate conversion0607d66refactor(complete): Remove unused allocation943de73refactor(complete): Move related functions next to each other81b86a9refactor(complete): Generalize value candidate handlingae09202refactor(complete): Remove extra allocation466b2bechore: ReleaseUpdates
base64from 0.23.0 to 0.23.1Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated comment