build(deps): bump the rustcrypto group across 1 directory with 8 updates - #48
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the rustcrypto group across 1 directory with 8 updates#48dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/rustcrypto-7398b6ddff
branch
2 times, most recently
from
July 19, 2026 13:32
4f64afb to
523cc23
Compare
dependabot
Bot
force-pushed
the
dependabot/cargo/rustcrypto-7398b6ddff
branch
from
July 28, 2026 07:45
523cc23 to
1e2b7c1
Compare
Bumps the rustcrypto group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [chacha20poly1305](https://github.com/RustCrypto/AEADs) | `0.10.1` | `0.11.0` | | [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.12.2` | `0.13.0` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.8.4` | `0.9.2` | | [cbc](https://github.com/RustCrypto/block-modes) | `0.1.2` | `0.2.1` | | [sha1](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` | | [cmac](https://github.com/RustCrypto/MACs) | `0.7.2` | `0.8.0` | | [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` | Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `chacha20poly1305` from 0.10.1 to 0.11.0 - [Commits](RustCrypto/AEADs@chacha20poly1305-v0.10.1...chacha20poly1305-v0.11.0) Updates `pbkdf2` from 0.12.2 to 0.13.0 - [Commits](RustCrypto/password-hashes@pbkdf2-v0.12.2...pbkdf2-v0.13.0) Updates `aes` from 0.8.4 to 0.9.2 - [Commits](RustCrypto/block-ciphers@aes-v0.8.4...aes-v0.9.2) Updates `cbc` from 0.1.2 to 0.2.1 - [Commits](RustCrypto/block-modes@cbc-v0.1.2...cbc-v0.2.1) Updates `sha1` from 0.10.6 to 0.11.0 - [Commits](RustCrypto/hashes@sha1-v0.10.6...sha1-v0.11.0) Updates `cmac` from 0.7.2 to 0.8.0 - [Commits](RustCrypto/MACs@cmac-v0.7.2...cmac-v0.8.0) Updates `hmac` from 0.12.1 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: cbc dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: chacha20poly1305 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: cmac dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: pbkdf2 dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustcrypto ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/rustcrypto-7398b6ddff
branch
from
August 1, 2026 10:58
1e2b7c1 to
4060439
Compare
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 rustcrypto group with 8 updates in the / directory:
0.10.90.11.00.10.10.11.00.12.20.13.00.8.40.9.20.1.20.2.10.10.60.11.00.7.20.8.00.12.10.13.0Updates
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)Updates
chacha20poly1305from 0.10.1 to 0.11.0Commits
e37a978chacha20poly1305 v0.11.0 (#853)a10b56faes-gcm v0.11.0 (#852)f042e9caead-stream v0.6.0 (#851)b29735aAdopt Trusted Publishing (#854)a1fe43fxaes-256-gcm: enable and fix workspace level lints (#850)8cf876feax: remove toplevel lint attributes (#849)4661ddfocb3: enable and fix workspace-level lints (#848)c821431eax: enable and fix workspace-level lints (#847)d3684bbdeoxys: enable and fix workspace-level lints (#846)5e016e2chacha20poly1305: enable and fix workspace-level lints (#845)Updates
pbkdf2from 0.12.2 to 0.13.0Commits
eba9411pbkdf2 v0.13.0 (#885)3b43bd6bcrypt-pbkdf: bumpblowfishto v0.10 (#887)8f703a9Adopt Trusted Publishing (#886)8f0ced5pbkdf2: apply workspace-level lints (#884)267d901Cargo.lock: bump dependencies (#881)e698b38argon2: add regression test for RustCrypto/traits#2352 (#879)22ca09ebuild(deps): bump the all-deps group with 10 updates (#878)1bcae95pbkdf2: remove outdatedSyncbounds (#876)57d89c4Bumpsalsa20dependency to v0.11 (#875)4db687cpbkdf2: bumpbelt-hashto v0.2 (#874)Updates
aesfrom 0.8.4 to 0.9.2Commits
18108aeRelease aes v0.9.2 (#577)2751b90aes: addhardware_acceleratedfunction (#579)e50a0c1aes: refactor backends (#575)8539fadrefactor(aes): machine-word generic fixslice (#560)948663fci: bump actions/cache from 5 to 6 (#573)32cad20build(deps): bump actions/checkout from 6 to 7 (#571)4bbb17aaes: useintel-sde-install's default SDE version (#570)4214e0aaes: useintel-sde-installaction for AVX-512 CI (#569)77dd035Release camellia v0.2.1 (#568)8bc3fedcamellia: drop unused byteorder dependency (#566)Updates
cbcfrom 0.1.2 to 0.2.1Commits
2fce505ImplementSetIvStatetrait (#114)e9a0336Release new versions dependent oncipherv0.5 (#113)504f0a6belt-ctr: use type alias to defineBeltCtr(#112)0ff441cAddallow(missing_docs)for benchmarks (#111)63a37c8Use release versions of block cipher crates (#110)a19e7bdWorkspace-level lint configuration (#108)fe63a2bcbc+ctr: cut new prereleases (#107)3dbbcf1Bumpcipherto v0.5.1 (#106)9745ef6cfb8: remove tail processing (#105)1403f56Adopt Trusted Publishing (#104)Updates
sha1from 0.10.6 to 0.11.0Commits
2f00175Release sha1 v0.11.0 (#810)07d370csha1: refactor backends selection (#808)7c7cb76Fix md5 project link in README (#809)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...Updates
cmacfrom 0.7.2 to 0.8.0Commits
1927374Release new versions dependent oncipherv0.5 (#271)583471aUseallow(missing_docs)in benches (#270)3b41050Use release versions of block cipher crates (#269)ecaf20bBump the all-deps group with 4 updates (#267)504ec1aBump hybrid-array from 0.4.8 to 0.4.9 in the all-deps group (#265)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)Updates
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)