From 7789773a341b9ce87c47c242016515620dbeff46 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Sat, 1 Oct 2022 22:41:31 +0200 Subject: [PATCH] Update Rust crate serde-wasm-bindgen to 0.4.5 (#1570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
cloudflare/serde-wasm-bindgen ### [`v0.4.5`](https://github.com/cloudflare/serde-wasm-bindgen/compare/v0.4.4...v0.4.5) [Compare Source](https://github.com/cloudflare/serde-wasm-bindgen/compare/v0.4.4...v0.4.5) ### [`v0.4.4`](https://github.com/cloudflare/serde-wasm-bindgen/compare/v0.4.3...v0.4.4) [Compare Source](https://github.com/cloudflare/serde-wasm-bindgen/compare/v0.4.3...v0.4.4)
--- ### 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1570 Reviewed-by: crapStone Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/src-wasm/Cargo.lock | 4 ++-- frontend/src-wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src-wasm/Cargo.lock b/frontend/src-wasm/Cargo.lock index 23e5705f7..9e939f864 100644 --- a/frontend/src-wasm/Cargo.lock +++ b/frontend/src-wasm/Cargo.lock @@ -742,9 +742,9 @@ dependencies = [ [[package]] name = "serde-wasm-bindgen" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfc62771e7b829b517cb213419236475f434fb480eddd76112ae182d274434a" +checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf" dependencies = [ "js-sys", "serde", diff --git a/frontend/src-wasm/Cargo.toml b/frontend/src-wasm/Cargo.toml index 3dde71375..93b6cc52b 100644 --- a/frontend/src-wasm/Cargo.toml +++ b/frontend/src-wasm/Cargo.toml @@ -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"] }