Skip to content

Commit 5113e0b

Browse files
Update Rust crate console_error_panic_hook to 0.1.7 (#23)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [console_error_panic_hook](https://togithub.com/rustwasm/console_error_panic_hook) | dependencies | patch | `0.1.6` -> `0.1.7` | --- ### 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 414b9dd commit 5113e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugin = ["getrandom/js", "turbopack-binding/__swc_core_binding_wasm_plugin"]
1515

1616
[dependencies]
1717
anyhow = "1.0.75"
18-
console_error_panic_hook = "0.1.6"
18+
console_error_panic_hook = "0.1.7"
1919
next-swc = { version = "0.0.0", path = "../core" }
2020
once_cell = { workspace = true }
2121
parking_lot_core = "=0.8.0"

0 commit comments

Comments
 (0)