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

Commit

Permalink
Update rust-wasm-bindgen monorepo (#1479)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | dependencies | patch | `0.3.58` -> `0.3.59` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | dependencies | patch | `0.2.81` -> `0.2.82` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | dependencies | patch | `0.4.31` -> `0.4.32` |

---

### Release Notes

<details>
<summary>rustwasm/wasm-bindgen</summary>

### [`v0.2.82`](rustwasm/wasm-bindgen@0.2.81...0.2.82)

[Compare Source](rustwasm/wasm-bindgen@0.2.81...0.2.82)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy4wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1479
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 Jul 25, 2022
1 parent d194f12 commit 756138d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions frontend/src-wasm/Cargo.lock

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

6 changes: 3 additions & 3 deletions frontend/src-wasm/Cargo.toml
Expand Up @@ -17,15 +17,15 @@ cfg-if = "1.0.0"
chrono = { version = "0.4.19", features = ["wasmbind"] }
console_error_panic_hook = { version = "0.1.7", optional = true }
console_log = { version = "0.2.0", features = ["color"] }
js-sys = "0.3.58"
js-sys = "0.3.59"
load_save = { path = "../../crates/load_save/", default-features = false }
log = "0.4.17"
search = { path = "../../crates/search/", default-features = false }
serde = "1.0.140"
serde_json = "1.0.82"
types = { path = "../../crates/types/" }
wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.31"
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.32"

[features]
default = ["load_save/beryllium", "load_save/cabr2", "search/gestis"]
Expand Down

0 comments on commit 756138d

Please sign in to comment.