Skip to content

Commit

Permalink
Update serde-wasm-bindgen requirement from 0.4 to 0.6 in /vdr/wasm
Browse files Browse the repository at this point in the history
Updates the requirements on [serde-wasm-bindgen](https://github.com/RReverser/serde-wasm-bindgen) to permit the latest version.
- [Commits](RReverser/serde-wasm-bindgen@v0.4.0...v0.6.5)

---
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 9, 2024
1 parent 84013f6 commit c470cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdr/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ indy-besu-vdr = { path = "..", default-features = false, features = ['wasm'] }
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
js-sys = "0.3.64"
serde-wasm-bindgen = "0.4"
serde-wasm-bindgen = "0.6"
serde_json = "1.0.107"
futures = "0.3.28"
console_error_panic_hook = "0.1"
Expand Down

0 comments on commit c470cc3

Please sign in to comment.