Skip to content

Commit

Permalink
Update Rust crate serde-wasm-bindgen to 0.6.0 (#125)
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 |
|---|---|---|---|
| [serde-wasm-bindgen](https://togithub.com/cloudflare/serde-wasm-bindgen) | dependencies | minor | `0.4.3` -> `0.6.0` |

---

### Release Notes

<details>
<summary>cloudflare/serde-wasm-bindgen (serde-wasm-bindgen)</summary>

### [`v0.6.0`](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.5.0...v0.6.0)

[Compare Source](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.5.0...v0.6.0)

### [`v0.5.0`](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.4.5...v0.5.0)

[Compare Source](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.4.5...v0.5.0)

### [`v0.4.5`](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.4.4...v0.4.5)

[Compare Source](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.4.4...v0.4.5)

### [`v0.4.4`](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.4.3...v0.4.4)

[Compare Source](https://togithub.com/cloudflare/serde-wasm-bindgen/compare/v0.4.3...v0.4.4)

</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 Sep 28, 2023
1 parent 927c66c commit d21a924
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 @@ -27,7 +27,7 @@ wasm-bindgen = { version = "0.2", features = ["enable-interning"] }
wasm-bindgen-futures = "0.4.37"
getrandom = { version = "0.2.10", default-features = false, features = ["js"] }
js-sys = "0.3.64"
serde-wasm-bindgen = "0.4.3"
serde-wasm-bindgen = "0.6.0"
turbopack-binding = { workspace = true, features = [
"__swc_core_binding_wasm",
"__feature_mdx_rs",
Expand Down

0 comments on commit d21a924

Please sign in to comment.