Update Rust crate getrandom to v0.2.15 - autoclosed #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.9
->0.2.15
Release Notes
rust-random/getrandom (getrandom)
v0.2.15
Compare Source
Added
Changed
libc::getrandom
on DragonflyBSD, FreeBSD, illumos, and Solaris #411 #416 #417 #420libc::getentropy
-based implementations #418v0.2.14
Compare Source
Fixed
/dev/urandom
fallback for MUSL-based Linux targets #408v0.2.13
Compare Source
Added
linux_disable_fallback
crate feature to disable/dev/urandom
-based fallback on Linux andAndroid targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and
Android API level to 23 (Marshmallow). #396
Changed
/dev/urandom
fallback for Linux targets outside of the followingtarget_arch
es:aarch64
,arm
,powerpc
,powerpc64
,s390x
,x86
,x86_64
#396EPERM
error code on Android while checking availability ofthe
getrandom
syscall #396v0.2.12
Compare Source
Fixed
Changed
sys_fill_exact
#386Added
v0.2.11
Compare Source
Added
Changed
__getrandom_internal
to__GETRANDOM_INTERNAL
#369v0.2.10
Compare Source
Added
armv7-sony-vita-newlibeabihf
) #359Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.