Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update Rust crate serde-wasm-bindgen to 0.4.5 (#1570)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde-wasm-bindgen](https://github.com/cloudflare/serde-wasm-bindgen) | dependencies | patch | `0.4.3` -> `0.4.5` |

---

### Release Notes

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

### [`v0.4.5`](RReverser/serde-wasm-bindgen@v0.4.4...v0.4.5)

[Compare Source](RReverser/serde-wasm-bindgen@v0.4.4...v0.4.5)

### [`v0.4.4`](RReverser/serde-wasm-bindgen@v0.4.3...v0.4.4)

[Compare Source](RReverser/serde-wasm-bindgen@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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxMS4wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1570
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and crapStone committed Oct 1, 2022
1 parent 2fe5f14 commit 7789773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src-wasm/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ load_save = { path = "../../crates/load_save/", default-features = false }
log = "0.4.17"
search = { path = "../../crates/search/", default-features = false }
serde = "1.0.145"
serde-wasm-bindgen = "0.4.3"
serde-wasm-bindgen = "0.4.5"
serde_json = "1.0.85"
types = { path = "../../crates/types/" }
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
Expand Down

0 comments on commit 7789773

Please sign in to comment.