Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

fix(deps): update rust crate getrandom to 0.2.14 - autoclosed #96

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR 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

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

v0.2.8

Compare Source

Changed
Added
  • Added benchmarks to track buffer initialization cost #​272
Fixed
  • Use $crate in register_custom_getrandom! #​270
Documentation
  • Add information about enabling "js" feature #​280
  • Fix link to wasm-bindgen #​278
  • Document the varied implementations for underlying randomness sources #​276

v0.2.7

Compare Source

Changed
  • Update wasi dependency to 0.11 #​253
Fixed
  • Use AtomicPtr instead of AtomicUsize for Strict Provenance compatibility. #​263
Documentation

v0.2.6

Compare Source

Added
  • Nintendo 3DS (armv6k-nintendo-3ds) support #​248
Changed
  • Retry open when interrupted #​252

v0.2.5

Compare Source

Added
  • ESP-IDF targets (*‑espidf) support #​245
Fixed
  • Webpack warning caused by dynamic require #​234
  • Error checking on iOS for SecRandomCopyBytes #​244

v0.2.4

Compare Source

Changed
  • Use explicit imports in the js backend #​220
  • Use /dev/urandom on Redox instead of rand: #​222
  • Use NonZeroU32::new_unchecked to convert wasi error #​233
Added
  • SOLID targets (*-kmc-solid_*) support #​235
  • Limited Hermit (x86_64-unknown-hermit) support #​236

v0.2.3

Compare Source

Changed
  • Replace build.rs with link attributes. #​205
  • Add support for getrandom syscall on DragonFly BSD. #​210
  • Improve Node.js detection. #​215

v0.2.2

Compare Source

Changed
  • Forward rustc-dep-of-std to dependencies. #​198
  • Highlight feature-dependent functionality in documentation using the doc_cfg feature. #​200

v0.2.1

Compare Source

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

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 1, 2024 09:28
@renovate renovate bot requested review from yoav-lavi and removed request for a team May 1, 2024 09:28
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.14 fix(deps): update rust crate getrandom to 0.2.14 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/getrandom-0.x branch May 5, 2024 10:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants