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 0.2.14 - autoclosed #769

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
getrandom dependencies patch 0.2.8 -> 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

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

@renovate renovate bot force-pushed the renovate/getrandom-0.x branch from 69abe8e to 7e800f7 Compare November 8, 2023 05:52
@renovate renovate bot changed the title Update Rust crate getrandom to 0.2.10 Update Rust crate getrandom to 0.2.11 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/getrandom-0.x branch from 7e800f7 to 92ba310 Compare January 10, 2024 08:31
@renovate renovate bot changed the title Update Rust crate getrandom to 0.2.11 Update Rust crate getrandom to 0.2.12 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/getrandom-0.x branch from 92ba310 to ab0d1f8 Compare April 7, 2024 08:42
@renovate renovate bot changed the title Update Rust crate getrandom to 0.2.12 Update Rust crate getrandom to 0.2.13 Apr 7, 2024
@renovate renovate bot force-pushed the renovate/getrandom-0.x branch from ab0d1f8 to c8ff0e1 Compare April 10, 2024 00:19
@renovate renovate bot changed the title Update Rust crate getrandom to 0.2.13 Update Rust crate getrandom to 0.2.14 Apr 10, 2024
@renovate renovate bot changed the title Update Rust crate getrandom to 0.2.14 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 08:57
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