Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate getrandom to v0.2.15 #778

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change
getrandom dependencies patch 0.2.8 -> 0.2.15

Release Notes

rust-random/getrandom (getrandom)

v0.2.15

Compare Source

Added
Changed

v0.2.14

Compare Source

Fixed
  • Enable /dev/urandom fallback for MUSL-based Linux targets #​408

v0.2.13

Compare Source

Added
  • linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and
    Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and
    Android API level to 23 (Marshmallow). #​396
Changed
  • Disable /dev/urandom fallback for Linux targets outside of the following target_arches:
    aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64 #​396
  • Do not catch EPERM error code on Android while checking availability of
    the getrandom syscall #​396

v0.2.12

Compare Source

Fixed
  • Custom backend for targets without atomics #​385
Changed
  • Improve robustness of the Hermit backend and sys_fill_exact #​386
  • Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #​388
Added
  • Document platform support policy #​387

v0.2.11

Compare Source

Added
Changed
  • Renamed __getrandom_internal to __GETRANDOM_INTERNAL #​369
  • Updated link to Hermit docs #​374

v0.2.10

Compare Source

Added
  • Support for PS Vita (armv7-sony-vita-newlibeabihf) #​359
Changed
  • Use getentropy from libc on Emscripten targets #​362

v0.2.9

Compare Source

Added
  • AIX support #​282
  • getrandom_uninit function #​291
  • wasm64-unknown-unknown support #​303
  • tvOS and watchOS support #​317
  • QNX/nto support #​325
  • Support for getrandom syscall on NetBSD ≥ 10.0 #​331
  • RtlGenRandom fallback for non-UWP Windows #​337
Breaking Changes
Fixed
  • Solaris/OpenBSD/Dragonfly build #​301
Changed
  • Update MSRV to 1.36 #​291
  • Use getentropy on Emscripten #​307
  • Solaris: consistantly use /dev/random source #​310
  • Move 3ds selection above rdrand/js/custom fallback #​312
  • Remove buffer zeroing from Node.js implementation #​315
  • Use open instead of open64 #​326
  • Remove #cfg from bsd_arandom.rs #​332
  • Hermit: use sys_read_entropy syscall #​333
  • Eliminate potential panic in sys_fill_exact #​334
  • rdrand: Remove checking for 0 and !0 and instead check CPU family and do a self-test #​335
  • Move __getrandom_custom definition into a const block #​344
  • Switch the custom backend to Rust ABI #​347

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants