Bump serde-wasm-bindgen from 0.5.0 to 0.6.0 (#7403)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-15 08:47:42 +00:00 committed by GitHub
parent 4e2769a16c
commit de37fbfac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ console_log = { version = "1.0.0" }
log = { workspace = true }
serde = { workspace = true }
serde-wasm-bindgen = { version = "0.5.0" }
serde-wasm-bindgen = { version = "0.6.0" }
wasm-bindgen = { version = "0.2.84" }
js-sys = { version = "0.3.61" }