Skip to content

Update Rust crate getrandom to 0.2.14

Renovate Bot requested to merge renovate/getrandom-0.x into main

This MR contains the following updates:

Package Type Update Change
getrandom dependencies patch 0.2 -> 0.2.14

Release Notes

rust-random/getrandom (getrandom)

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports