recrypt-rs
recrypt-rs copied to clipboard
Update getrandom requirement from 0.2 to 0.3
Updates the requirements on getrandom to permit the latest version.
Changelog
Sourced from getrandom's changelog.
[0.3.2] - 2025-03-17
Added
efi_rngopt-in backend #570linux_rawopt-in backend #572.cargo/config.tomlexample in the crate-level docs #591getrandom_test_linux_without_fallbackconfiguration flag to test that file fallback is not triggered in thelinux_android_with_fallbackbackend #605- Built-in support for
*-linux-nonetargets #618- Cygwin support #626
Changed
- Update
wasidependency to v0.14 #594- Add
#[inline]attribute to the inner functions #596- Update WASI and Emscripten links in the crate-level docs #597
- Do not use
dlsymon MUSL targets in thelinux_android_with_fallbackbackend #602- Remove
linux_android.rsand usegetrandom.rsinstead #603- Always use
RtlGenRandomon Windows targets when compiling with pre-1.78 Rust #610- Internal representation of the
Errortype #614- Remove
windows-targetsdependency and use [raw-dylib] directly #627Removed
Error::INTERNAL_STARTandError::CUSTOM_STARTassociated constants #614#570: rust-random/getrandom#570 #572: rust-random/getrandom#572 #591: rust-random/getrandom#591 #594: rust-random/getrandom#594 #596: rust-random/getrandom#596 #597: rust-random/getrandom#597 #602: rust-random/getrandom#602 #603: rust-random/getrandom#603 #605: rust-random/getrandom#605 #610: rust-random/getrandom#610 #614: rust-random/getrandom#614 #618: rust-random/getrandom#618 #626: rust-random/getrandom#626 #627: rust-random/getrandom#627 [
raw-dylib]: https://doc.rust-lang.org/reference/items/external-blocks.html?highlight=link#dylib-versus-raw-dylib[0.3.1] - 2025-01-28
Fixed
- Build error on Android #588
#588: rust-random/getrandom#588
[0.3.0] - 2025-01-25
Breaking Changes
... (truncated)
Commits
3a91722Release v0.3.2 (#617)5b9e58dbuild(deps): bump the all-deps group with 2 updates (#629)a13ad84Add built-in support for*-linux-nonetargets (#618)526aff1Add cygwin support (#626)b160ef6Use "raw-dylib" for non-win7 Windows Targets (#627)05c0c41Update Cargo.lock (#625)3b16058ci: fix Dependabot config (#624)e591030ci: tweak Dependabot config (#623)2eb3584ci: fix Dependabot config (#620)d3175f3ci: replacelock_updjob with Dependabot (#619)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.