Skip to content

Commit

Permalink
Update serde-wasm-bindgen requirement from 0.4.5 to 0.5.0 (rustwasm#320)
Browse files Browse the repository at this point in the history
Updates the requirements on [serde-wasm-bindgen](https://github.com/cloudflare/serde-wasm-bindgen) to permit the latest version.
- [Release notes](https://github.com/cloudflare/serde-wasm-bindgen/releases)
- [Commits](RReverser/serde-wasm-bindgen@v0.4.5...v0.5.0)

---
updated-dependencies:
- dependency-name: serde-wasm-bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and seanaye committed Apr 12, 2023
1 parent ea53165 commit 0d5938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-bindgen = "0.2"
gloo-utils = { version = "0.1.6", path = "../utils" }
gloo-events = { version = "0.1.0", path = "../events" }
serde = "1"
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.5.0"
serde_urlencoded = { version = "0.7", optional = true }
thiserror = { version = "1.0", optional = true }

Expand Down

0 comments on commit 0d5938f

Please sign in to comment.