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](https://github.com/cloudflare/serde-wasm-bindgen/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 6e243b9 commit dc96d18
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 @@ -53,7 +53,7 @@ js-sys = { version = "0.3.45", optional = true }
### This is a transitive dependency, only here so we can turn on its wasm_bindgen feature
getrandom = { version = "0.2", features = ["js"], optional = true }
rand = { version = "0.8.1", optional = true }
serde-wasm-bindgen = { version = "0.5.0", optional = true }
serde-wasm-bindgen = { version = "0.6.0", optional = true }
wasm-bindgen = { version = "0.2.68", optional = true }
wasm-bindgen-futures = { version = "0.4.18", optional = true }

Expand Down

0 comments on commit dc96d18

Please sign in to comment.