Skip to content

Commit

Permalink
Update Rust crate getrandom to 0.2.11 (#595)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>rust-random/getrandom (getrandom)</summary>

### [`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 [#&#8203;370]

##### Changed

-   Renamed `__getrandom_internal` to `__GETRANDOM_INTERNAL`  [#&#8203;369]
-   Updated link to Hermit docs [#&#8203;374]

[#&#8203;369]: https://togithub.com/rust-random/getrandom/pull/369

[#&#8203;370]: https://togithub.com/rust-random/getrandom/pull/370

[#&#8203;374]: https://togithub.com/rust-random/getrandom/pull/374

</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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 015e9eb commit 719c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 719c988

Please sign in to comment.