tailcall
tailcall copied to clipboard
fix(deps): update rust crate getrandom to 0.3.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| getrandom | dependencies | minor | 0.2.14 -> 0.3.0 |
Release Notes
rust-random/getrandom (getrandom)
v0.3.1
Fixed
- Build error on Android #588
v0.3.0
Breaking Changes
Changed
- Bump MSRV to 1.63 #542
- Rename
getrandomandgetrandom_uninitfunctions tofillandfill_uninitrespectively #532
Removed
wasm32-wasitarget support (usewasm32-wasip1orwasm32-wasip2instead) #499linux_disable_fallback,rdrand,js,test-in-browser, andcustomcrate features in favor of configuration flags #504register_custom_getrandom!macro #504- Implementation of
From<NonZeroU32>forErrorandError::codemethod #507 - Internet Explorer 11 support #554
- Target-specific assocciated
Errorconstants #562
Changed
- Use
ProcessPrngon Windows 10 and up, and useRtlGenRandomon older Windows versions #415 - Do not use locale-specific
strerror_rfor retrieving error code descriptions #440 - Avoid assuming
usizeis the native word size in therdrandbackend #442 - Do not read from
errnowhenlibcdid not indicate error on Solaris #448 - Switch from
libpthread's mutex tofutexon Linux and tonanosleep-based wait loop on other targets in theuse_filebackend #490 - Do not retry on
EAGAINwhile polling/dev/randomon Linux #522 - Remove separate codepath for Node.js in the
wasm_jsbackend (bumps minimum supported Node.js version to v19) #557 - Use
js_namespacein thewasm_jsbackend #559
Added
wasm32-wasip1andwasm32-wasip2support #499getrandom_backendconfiguration flag for selection of opt-in backends #504Error::new_custommethod #507rndropt-in backend #512- Automatic MemorySanitizer support #521 #571
u32andu64functions for generating random values of the respective type #544wasm32v1-nonesupport in thewasm_jsbackend #560wasm_jscrate feature which allows users to enable thewasm_jsopt-in backend #574
Fixed
- NetBSD fallback code based on
KERN_ARND#555
Configuration
📅 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
error: failed to select a version for `getrandom`.
... required by package `tailcall v0.1.0 (/tmp/renovate/repos/github/tailcallhq/tailcall)`
versions that meet the requirements `^0.3.0` (locked to 0.3.1) are: 0.3.1
the package `tailcall` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.
failed to select a version for `getrandom` which could resolve this conflict
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
PR closed after 10 days of inactivity.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (0.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.