deps(deps): bump the crypto-stack group across 1 directory with 7 updates#49
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(deps): bump the crypto-stack group across 1 directory with 7 updates#49dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the crypto-stack group with 7 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.2` | | [xts-mode](https://github.com/pheki/xts-mode) | `0.5.1` | `0.6.0` | | [poly1305](https://github.com/RustCrypto/universal-hashes) | `0.8.0` | `0.9.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.2 - [Commits](RustCrypto/traits@cipher-v0.4.4...cipher-v0.5.2) 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 `poly1305` from 0.8.0 to 0.9.0 - [Commits](RustCrypto/universal-hashes@poly1305-v0.8.0...poly1305-v0.9.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.2 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: poly1305 dependency-version: 0.9.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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 crypto-stack group with 7 updates in the / directory:
1.8.31.8.50.8.40.9.00.4.40.5.20.5.10.6.00.8.00.9.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.2Commits
f836f71Release cipher v0.5.2 (#2423)c9d00e2cipher: re-exportSetIvStatetrait (#2422)93dee26Release crypto-common v0.2.2 (#2421)f73c4bccrypto-common: addSetIvStatetrait (#2420)94f108fci: bump crate-ci/typos from 1.46.1 to 1.46.2 (#2419)e4d7d34elliptic-curve: removebitsfeature (#2417)d2cf1f9Update Cargo.lock (#2415)40f6b7bci: bump crate-ci/typos from 1.46.0 to 1.46.1 (#2409)5debc66elliptic-curve: fix minimal-versions check (#2414)4e999e3digest: remove unused file (#2411)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
poly1305from 0.8.0 to 0.9.0Commits
ec9e338poly1305 v0.9.0 (#333)e25c443build(deps): bump cpubits from 0.1.0 to 0.1.1 in the all-deps group (#332)2e34488Update Cargo.lock (#331)8b7e6c6build(deps): bump the all-deps group with 8 updates (#329)98694a7build(deps): bump the all-deps group across 1 directory with 8 updates (#327)f2c9517poly1305: add lint configs toCargo.toml(#324)4d64c9apoly1305: renamepoly1305_force_soft=>poly1305_backend="soft"(#323)2ec2140ghash v0.6.0 (#322)9fe701bpolyval: add v0.7.0 yank note to CHANGELOG.md (#321)d187ef8polyval v0.7.1 (#319)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)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