Skip to content

Commit

Permalink
chore(deps): bump serde-wasm-bindgen from 0.5.0 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [serde-wasm-bindgen](https://github.com/cloudflare/serde-wasm-bindgen) from 0.5.0 to 0.6.1.
- [Commits](RReverser/serde-wasm-bindgen@v0.5.0...v0.6.1)

---
updated-dependencies:
- dependency-name: serde-wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 1a2b5e8 commit 96cdea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ web-sys = { version = "0.3.22", default-features = false, features = [
"RtcSessionDescription",
"RtcSessionDescriptionInit",
] }
serde-wasm-bindgen = { version = "0.5" }
serde-wasm-bindgen = { version = "0.6" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-tungstenite = { version = "0.23", default-features = false, features = [
Expand Down

0 comments on commit 96cdea1

Please sign in to comment.