build(deps): bump the cargo group with 6 updates#144
Merged
Conversation
Bumps the cargo group with 6 updates: | Package | From | To | | --- | --- | --- | | [brioche-pack](https://github.com/brioche-dev/brioche) | ``ef3e1af`` | ``c4ade73`` | | [ulid](https://github.com/dylanhart/ulid-rs) | `1.2.1` | `2.0.1` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.4` | `0.4.3` | | [r-efi](https://github.com/r-efi/r-efi) | `5.3.0` | `6.0.0` | | [rand](https://github.com/rust-random/rand) | `0.9.5` | `0.10.2` | | [rand_core](https://github.com/rust-random/rand_core) | `0.9.5` | `0.10.1` | Updates `brioche-pack` from `ef3e1af` to `c4ade73` - [Release notes](https://github.com/brioche-dev/brioche/releases) - [Commits](brioche-dev/brioche@ef3e1af...c4ade73) Updates `ulid` from 1.2.1 to 2.0.1 - [Commits](dylanhart/ulid-rs@v1.2.1...v2.0.1) Updates `getrandom` from 0.3.4 to 0.4.3 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.4...v0.4.3) Updates `r-efi` from 5.3.0 to 6.0.0 - [Release notes](https://github.com/r-efi/r-efi/releases) - [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md) - [Commits](r-efi/r-efi@v5.3.0...v6.0.0) Updates `rand` from 0.9.5 to 0.10.2 - [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.9.5...0.10.2) Updates `rand_core` from 0.9.5 to 0.10.1 - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/commits/v0.10.1) --- updated-dependencies: - dependency-name: brioche-pack dependency-version: c4ade7340cfabc9cae471c191bb9ef6ebdfe115d dependency-type: direct:production dependency-group: cargo - dependency-name: ulid dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: getrandom dependency-version: 0.4.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: r-efi dependency-version: 6.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: cargo - dependency-name: rand dependency-version: 0.10.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rand_core dependency-version: 0.10.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
jaudiger
enabled auto-merge (squash)
July 12, 2026 15:01
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 cargo group with 6 updates:
ef3e1afc4ade731.2.12.0.10.3.40.4.35.3.06.0.00.9.50.10.20.9.50.10.1Updates
brioche-packfromef3e1aftoc4ade73Commits
c4ade73Update Rust to the latest version (#488)Updates
ulidfrom 1.2.1 to 2.0.1Commits
82c545aFix wasm32 builda30176cCleanup in prep for release1af7ec8bump version to v2.0.013b3614Cleanup clippy warningsce49f86Add the ability for Generator to overflow5fe66d5Remove deprecated method4ac1cf7Rename Ulid::new -> Ulid::gen; add Ulid::max926ebfaUpdate rand to v0.108a24ed3Rewrite encode_to* functions to const fnUpdates
getrandomfrom 0.3.4 to 0.4.3Changelog
Sourced from getrandom's changelog.
... (truncated)
Commits
5e7cd57Release v0.4.3 (#853)1ea268aUse manual bindings for WASIp2/3 (#830)f7290b0Update Cargo.lock (#852)16ce801Update Cargo.lock (#850)e5adfcaAddwasm64-unknown-unknownsupport forwasm_jsbackend (#848)626df8dUpdate Cargo.lock (#846)4a01cb2Update Cargo.lock (#841)f87bf39Update Cargo.lock (#836)eadb879ci: re-enable build job for x86_64-pc-cygwin (#832)d715d73CI: Reduce the number of packages that are updated for wasip2 MSRV test (#825)Updates
r-efifrom 5.3.0 to 6.0.0Release notes
Sourced from r-efi's releases.
Changelog
Sourced from r-efi's changelog.
Commits
7e1b032r-efi: prepare v6.0.096504bbr-efi: inline eficall!{}ea21433build: drop unused feature flags48b1a11r-efi: extend the transpose guidelinese701536build: synchronize AUTHORS6f2330er-efi: update remaining prototypes tounsafe fn60793e0Fix signatures of most EFI functions to be unsafeUpdates
randfrom 0.9.5 to 0.10.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
1540ea3Prepare rand 0.10.2 (#1800)a29964aBump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (#1801)ced9491Tweak docs for RngExt::random_range and SampleRange (#1798)db14664Check UniformChar validity on deser (#1790)bea8620Bump the all-deps group with 2 updates (#1796)4f44932Bump actions/cache from 5 to 6 (#1795)b999a13Bump actions/checkout from 6 to 7 (#1794)aeab810Avoid unsafe where safety depends on non-local values (#1791)1896d7cAdd typos CI job (#1789)43eddeeBump the all-deps group with 2 updates (#1788)Updates
rand_corefrom 0.9.5 to 0.10.1Release notes
Sourced from rand_core's releases.
... (truncated)
Changelog
Sourced from rand_core's changelog.
... (truncated)
Commits
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