chore(deps): bump the cargo group across 1 directory with 4 updates#4
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo group across 1 directory with 4 updates#4dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [rand](https://github.com/rust-random/rand), [hmac](https://github.com/RustCrypto/MACs), [sha2](https://github.com/RustCrypto/hashes) and [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version. Updates `rand` to 0.10.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.0...0.10.1) Updates `hmac` to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.0...hmac-v0.13.0) Updates `sha2` to 0.11.0 - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0) Updates `wasmtime` to 46.0.1 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v46.0.1/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v44.0.3...v46.0.1) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production dependency-group: cargo - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production dependency-group: cargo - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: cargo - dependency-name: wasmtime dependency-version: 46.0.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
acb6f77 to
4ab28d6
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.
Updates the requirements on rand, hmac, sha2 and wasmtime to permit the latest version.
Updates
randto 0.10.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)Updates
hmacto 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
sha2to 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
wasmtimeto 46.0.1Release notes
Sourced from wasmtime's releases.
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
823d1b8Release Wasmtime 46.0.1 (#13722)5ddfd5fTest and remediate ghsa-4ch3 for release-46.0.0 (#13726)b31ca92release-46.0.0: backport flaky test fix, amend release notes (#13721)311587eAdd explicit hint for generic call (#13715) (#13719)423be7aRelease Wasmtime 46.0.0 (#13696)4c582a2Properly tag inline bulk-copy loads/stores with alias regions (#13610) (#13679)559e3ca[46.0.0] More backports/bugfixes (#13668)7535c02Fix leak infd_renumber(#13649)60f0577[46.0.0] Some more backports (#13626)5d09d88feat(MachO): Cranelift: align stack prologue/epilogue with compact unwind for...