Skip to content

Commit

Permalink
Update serde-wasm-bindgen requirement from 0.5.0 to 0.6.0
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.
- [Commits](RReverser/serde-wasm-bindgen@v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent e1d969f commit f51eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ crossterm = { version = "0.27.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
serde-wasm-bindgen = { version = "0.5.0", optional = true }
serde-wasm-bindgen = { version = "0.6.0", optional = true }
wasm-bindgen = { version = "0.2", optional = true }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
Expand Down

0 comments on commit f51eeda

Please sign in to comment.