chore(deps): fuse the actionable dependabot updates - #200
Merged
Merged
Conversation
Bumps rust from 1.97-slim-bookworm to 1.98-slim-bookworm. --- updated-dependencies: - dependency-name: rust dependency-version: 1.98-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the actions group with 3 updates in the / directory: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `Swatinem/rust-cache` from 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 to f0d9c3887740aee45f6153b24b3a6b815192ec16 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@258712b...f0d9c38) Updates `taiki-e/install-action` from 2.85.13 to 2.86.7 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@82cd3e7...b6ff580) Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@bb05f3f...37fe631) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: f0d9c3887740aee45f6153b24b3a6b815192ec16 dependency-type: direct:production dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.86.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Aug 27, 2026
Up to standards ✅🟢 Issues
|
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.
Fuses the actionable open dependabot updates into one branch, and records why the remaining two are not actionable.
Supersedes #180, #182, #184 and #185. #181 (aws-sdk-s3) closed itself when
maintook 1.144.0 as part of thelruadvisory fix.What is in
uuidlands on 1.26.0 rather than the 1.25.0 that PR proposed — same requirement, current latest.The docker and actions updates are cherry-picked from their own branches so authorship is preserved. The two Cargo updates are applied as a single
cargo update -p redis -p uuidrather than cherry-picked, because each of those PRs carries a wholeCargo.lockwritten against amainthat has since moved through the 0.19.0 repin — picking them would have been three lockfile conflict resolutions to arrive at a lock cargo can regenerate exactly.What is deliberately out, and why it stays out
#183 (x509-cert 0.2 → 0.3) and #186 (const-oid 0.9 → 0.10) cannot be taken, individually or together.
They are one release train with
derandspki. Applying x509-cert 0.3 putsder 0.8in the graph beside theder 0.7thatcms 0.2pins, and the two do not interoperate —dpp-sealfails with 24 errors, of the shapeAlgorithmIdentifier<x509_cert::der::Any>no longer satisfyingder::DerOrd, plustbs_certificatebecoming private. Tried on its own, const-oid 0.10 fails 7 ways for the same reason.The only
cmsbuilt on that train is0.3.0-pre.2, which requiresder ^0.8.0-rc.10,x509-cert ^0.3.0-rc.4andrsa ^0.10.0-rc.14. Three release candidates underdpp-seal— the eIDAS qualified seal adapter, the code path that produces signatures carrying legal weight. There is also no pressure to move:cargo auditis clean on the current versions and cargo-deny passes bans, licenses and sources.And it would quietly reopen a settled decision.
cmsis pinneddefault-features = falsespecifically to keeprsaand RUSTSEC-2023-0071 out of the tree;cms 0.3-prewants anrsaRC, so that avoidance would have to be re-derived rather than inherited.So this branch adds an
ignoreblock to.github/dependabot.ymlfor those two crates, carrying that reasoning and an explicit trigger: return whencms 0.3.0is published — not a pre-release — and bump the whole formats stack in one PR, re-verifying thersafeature check rather than assuming it.The reasoning lives in the config rather than in a closed PR comment, so the next person to meet these updates finds it where they are looking.
Verification
just check— green: 871 tests, clippy, fmt, doc, the debug/subject/mod-rs gates, and cargo-deny (bans, licenses, sources ok).