From 719c988dcc4c475a4f71995bd333bed625b7493f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 02:34:19 +0000 Subject: [PATCH] Update Rust crate getrandom to 0.2.11 (#595) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.10` -> `0.2.11` | --- ### Release Notes
rust-random/getrandom (getrandom) ### [`v0.2.11`](https://togithub.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#0211---2023-11-08) [Compare Source](https://togithub.com/rust-random/getrandom/compare/v0.2.10...v0.2.11) ##### Added - GNU/Hurd support [#​370] ##### Changed - Renamed `__getrandom_internal` to `__GETRANDOM_INTERNAL` [#​369] - Updated link to Hermit docs [#​374] [#​369]: https://togithub.com/rust-random/getrandom/pull/369 [#​370]: https://togithub.com/rust-random/getrandom/pull/370 [#​374]: https://togithub.com/rust-random/getrandom/pull/374
--- ### 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/X-oss-byte/Nextjs). --- packages/next-swc/crates/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-swc/crates/wasm/Cargo.toml b/packages/next-swc/crates/wasm/Cargo.toml index 87abb108ff..79d6ea900a 100644 --- a/packages/next-swc/crates/wasm/Cargo.toml +++ b/packages/next-swc/crates/wasm/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1" tracing = { version = "0.1.40" } wasm-bindgen = { version = "0.2", features = ["enable-interning"] } wasm-bindgen-futures = "0.4.38" -getrandom = { version = "0.2.10", default-features = false, features = ["js"] } +getrandom = { version = "0.2.11", default-features = false, features = ["js"] } js-sys = "0.3.65" serde-wasm-bindgen = "0.6.1" turbopack-binding = { workspace = true, features = [