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

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

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

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 changed the title fix(deps): update rust crate getrandom to 0.2.7 fix(deps): update rust crate getrandom to 0.2.8 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.8 fix(deps): update rust crate getrandom to 0.2.9 Apr 17, 2023
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.9 fix(deps): update rust crate getrandom to 0.2.10 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/getrandom-0.x branch from ede6f6d to 53120bc Compare June 6, 2023 16:10
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.10 fix(deps): update rust crate getrandom to 0.2.11 Nov 8, 2023
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.11 fix(deps): update rust crate getrandom to 0.2.12 Jan 9, 2024
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.12 fix(deps): update rust crate getrandom to 0.2.13 Apr 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate getrandom to 0.2.13 fix(deps): update rust crate getrandom to 0.2.14 Apr 19, 2024
@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:42
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