Skip to content

Commit 416f287

Browse files
Update Rust crate getrandom to 0.2.10 (#27)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [getrandom](https://togithub.com/rust-random/getrandom) | dependencies | patch | `0.2.9` -> `0.2.10` | --- ### Release Notes <details> <summary>rust-random/getrandom (getrandom)</summary> ### [`v0.2.10`](https://togithub.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#0210---2023-06-06) [Compare Source](https://togithub.com/rust-random/getrandom/compare/v0.2.9...v0.2.10) ##### Added - Support for PS Vita (`armv7-sony-vita-newlibeabihf`) [#&#8203;359] ##### Changed - Use getentropy from libc on Emscripten targets [#&#8203;362] [#&#8203;359]: https://togithub.com/rust-random/getrandom/pull/359 [#&#8203;362]: https://togithub.com/rust-random/getrandom/pull/362 </details> --- ### 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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 0c0ca52 commit 416f287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next-swc/crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = "1"
2525
tracing = { version = "0.1.37" }
2626
wasm-bindgen = { version = "0.2", features = ["enable-interning"] }
2727
wasm-bindgen-futures = "0.4.8"
28-
getrandom = { version = "0.2.9", default-features = false, features = ["js"] }
28+
getrandom = { version = "0.2.10", default-features = false, features = ["js"] }
2929
js-sys = "0.3.59"
3030
serde-wasm-bindgen = "0.4.3"
3131
turbopack-binding = { workspace = true, features = [

0 commit comments

Comments
 (0)