deps(deps): bump the crypto-stack group across 1 directory with 6 updates#48
deps(deps): bump the crypto-stack group across 1 directory with 6 updates#48dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…ates Bumps the crypto-stack group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.5` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.8.4` | `0.9.0` | | [cipher](https://github.com/RustCrypto/traits) | `0.4.4` | `0.5.1` | | [xts-mode](https://github.com/pheki/xts-mode) | `0.5.1` | `0.6.0` | | [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | Updates `blake3` from 1.8.3 to 1.8.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.5) Updates `aes` from 0.8.4 to 0.9.0 - [Commits](RustCrypto/block-ciphers@aes-v0.8.4...aes-v0.9.0) Updates `cipher` from 0.4.4 to 0.5.1 - [Commits](RustCrypto/traits@cipher-v0.4.4...cipher-v0.5.1) Updates `xts-mode` from 0.5.1 to 0.6.0 - [Changelog](https://github.com/pheki/xts-mode/blob/main/CHANGELOG.md) - [Commits](pheki/xts-mode@v0.5.1...v0.6.0) Updates `hmac` from 0.12.1 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crypto-stack - dependency-name: aes dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto-stack - dependency-name: cipher dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto-stack - dependency-name: xts-mode dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto-stack - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto-stack - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto-stack ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Augment PR SummarySummary: This PR updates the workspace’s Tier-0 cryptography dependency set (“crypto-stack” Dependabot group). Changes:
Technical Notes: These are pinned exact versions under 🤖 Was this summary useful? React with 👍 or 👎 |
| aes = { version = "=0.8.4" } # 2025-11-03 sw: AES-NI optimized, matches Phase3 design | ||
| cipher = { version = "=0.4.4" } # 2025-11-03 sw: trait glue for AES/Poly1305 stack | ||
| xts-mode = { version = "=0.5.1" } # 2025-11-03 sw: XTS primitive, matches patentable_concepts.md guidance | ||
| aes = { version = "=0.9.0" } # 2025-11-03 sw: AES-NI optimized, matches Phase3 design |
There was a problem hiding this comment.
aes/cipher/xts-mode/hmac/sha2 are all breaking bumps (0.x minor-to-minor), and docs/dependency-security.md says Dependabot major bumps require manual migration/review (and typically attached audit artifacts) before merging. As-is this looks like it may violate that policy even if CI is green.
Severity: medium
Other Locations
Cargo.toml:82Cargo.toml:83Cargo.toml:87Cargo.toml:88
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
| serde_json = { version = "=1.0.145" } # 2025-11-03 sw: deterministic JSON for protocol surfaces | ||
| serde_yaml = { version = "0.9" } # YAML parsing for CLI policies | ||
| blake3 = { version = "=1.8.3" } # 2025-11-03 sw: convergent hash, SIMD constant-time per upstream audit | ||
| blake3 = { version = "=1.8.5" } # 2025-11-03 sw: convergent hash, SIMD constant-time per upstream audit |
There was a problem hiding this comment.
The Tier-0 pin comment still shows the old review timestamp/initials even though the pinned version changed; per docs/dependency-security.md “Pinning & Metadata”, the reviewer/timestamp note is supposed to reflect the approved version. Otherwise the manifest comment trail becomes misleading for crypto review/audit purposes.
Severity: low
Other Locations
Cargo.toml:81Cargo.toml:82Cargo.toml:83Cargo.toml:87Cargo.toml:88
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Bumps the crypto-stack group with 6 updates in the / directory:
1.8.31.8.50.8.40.9.00.4.40.5.10.5.10.6.00.12.10.13.00.10.90.11.0Updates
blake3from 1.8.3 to 1.8.5Release notes
Sourced from blake3's releases.
Commits
93a431cversion 1.8.5299b1e2fix LTO builds by disabling LTO6a45feeadd LTO builds to CI15e83a5c: Use correct SIMD flags when compiling with Clang-Cl (#549)2e3727dcargo fmteverywhereb97a24fversion 1.8.40ebe469update to new rustcrypto trait releasesd4b005awasm32_simd: use i8x16_shuffle for rot8 and rot166eebbbdfix a struct size mismatch in testsfb1411ec: use SIZE_MAX instead of -1 for size_t sentinels, add <stdint.h>Updates
aesfrom 0.8.4 to 0.9.0Commits
001e740Adopt Trusted Publishing (#552)d908618Release aes v0.9.0 (#539)b612904aes: removezeroize_workstest (#551)042fa86Update Cargo.lock (#547)7290b2bci: use Dependabot to update Cargo.lock (#546)d1910c1ci: bump actions/checkout to v6 (#545)1120a51Bump Clippy to 1.94 and fixclippy::manual_rotate(#544)d52b5b6aes: remove weak key test entry from changelog (#543)6531730aes: replaceaes_compactconfiguration flag with `aes_backend_soft="compact...f102c4faes: consolidate backend configuration underaes_backend(#541)Updates
cipherfrom 0.4.4 to 0.5.1Commits
3044082crypto-common: removeBlockSizestrait (#2309)e42238delliptic-curve: enable and fix workspace-level lints (#2308)f239f73aead: remove lints fromlib.rs(#2307)7c11746build(deps): bump the all-deps group across 1 directory with 8 updates (#2305)d92139eaead: enable and fix workspace-level lints (#2306)593a0eadigest v0.11.0 (#2300)cb66cffelliptic-curve: bumpcrypto-bigintto v0.7.0-rc.27 (#2303)0d0fdbedigest: usedep:forblock-bufferandconst-oid(#2302)c1a51d4digest: replacesubtlewithctutils(#2301)5802c8fdigest v0.11.0-rc.12 (#2299)Updates
xts-modefrom 0.5.1 to 0.6.0Changelog
Sourced from xts-mode's changelog.
Commits
ce5a8efBump version and update CHANGELOG.md338c6f6Update top-level docs and README.mdf628265Simplify panic message15c3673Simplify galois_field_128_mul_le6b2259dSimplify stealing logic405a564Remove trait bounds from Xts128 struct7a68d8eUse hybrid-array instead of primitive array1e4b5c4Update to cipher 0.5 and aes to 0.9880f316Removebyteorderdependency3d7838cRemove unused std featureUpdates
hmacfrom 0.12.1 to 0.13.0Commits
0236c8ehmac v0.13.0 (#263)b895e50Migrate tests to the new blobby format (#264)3d1440bWorkspace-level lint configuration (#261)11d4f36hmac: use release versions ofdev-dependencies(#260)c40b82bhmac: bumpsha2dev-dependency to v0.11 (#259)1fa0781Cut rc.5 prereleases (#258)a008265hmac v0.13.0-rc.6 (#256)da485cdUse(Reset)MacTraits(#254)2c51e3bhmac: deriveCloneinstead of relying on(Reset)MacTraits(#253)669d805RelaxClonebounds (#250)Updates
sha2from 0.10.9 to 0.11.0Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions