-
Notifications
You must be signed in to change notification settings - Fork 259
fix(deps): update rust crate getrandom to 0.3.0 #3290
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
base: main
Are you sure you want to change the base?
Conversation
|
66f8e6a
to
5ef8642
Compare
Action required: PR inactive for 5 days. |
5ef8642
to
d2e52c8
Compare
514363c
to
4b0a146
Compare
83e0353
to
de2986c
Compare
Action required: PR inactive for 5 days. |
de2986c
to
f992cc0
Compare
0a62a3d
to
8698104
Compare
Action required: PR inactive for 5 days. |
8698104
to
1769bd0
Compare
1769bd0
to
e6c1b98
Compare
This PR contains the following updates:
0.2.14
->0.3.0
Release Notes
rust-random/getrandom (getrandom)
v0.3.1
Compare Source
Fixed
v0.3.0
Compare Source
Breaking Changes
Changed
getrandom
andgetrandom_uninit
functions tofill
andfill_uninit
respectively #532Removed
wasm32-wasi
target support (usewasm32-wasip1
orwasm32-wasip2
instead) #499linux_disable_fallback
,rdrand
,js
,test-in-browser
, andcustom
crate featuresin favor of configuration flags #504
register_custom_getrandom!
macro #504From<NonZeroU32>
forError
andError::code
method #507Error
constants #562Changed
ProcessPrng
on Windows 10 and up, and useRtlGenRandom
on older Windows versions #415strerror_r
for retrieving error code descriptions #440usize
is the native word size in therdrand
backend #442errno
whenlibc
did not indicate error on Solaris #448libpthread
's mutex tofutex
on Linux and tonanosleep
-based wait loopon other targets in the
use_file
backend #490EAGAIN
while polling/dev/random
on Linux #522wasm_js
backend(bumps minimum supported Node.js version to v19) #557
js_namespace
in thewasm_js
backend #559Added
wasm32-wasip1
andwasm32-wasip2
support #499getrandom_backend
configuration flag for selection of opt-in backends #504Error::new_custom
method #507rndr
opt-in backend #512u32
andu64
functions for generating random values of the respective type #544wasm32v1-none
support in thewasm_js
backend #560wasm_js
crate feature which allows users to enable thewasm_js
opt-in backend #574Fixed
KERN_ARND
#555Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.