Skip to content

Commit

Permalink
Update serde-wasm-bindgen requirement from 0.5.0 to 0.6.5 in /sdk
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.5.0...v0.6.5)

---
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 Oct 4, 2024
1 parent 5c10fa8 commit 02f865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ instant = { version = "0.1.12", features = ["wasm-bindgen", "inaccurate"] }
js-sys = "0.3.58"
rand_core = "0.9.0-alpha.2"
rsa = { version = "0.9.6", features = ["sha2"] }
serde-wasm-bindgen = "0.5.0"
serde-wasm-bindgen = "0.6.5"
spki = "0.7.3"
wasm-bindgen = "0.2.83"
wasm-bindgen-futures = "0.4.31"
Expand Down

0 comments on commit 02f865f

Please sign in to comment.