Skip to content

Commit

Permalink
Merge pull request #363 from johanhelsing/dependabot/cargo/serde-wasm…
Browse files Browse the repository at this point in the history
…-bindgen-0.6.1

chore(deps): bump serde-wasm-bindgen from 0.5.0 to 0.6.1
  • Loading branch information
johanhelsing authored Nov 14, 2023
2 parents dd500b4 + b45cbdd commit 075257f
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 = "0.5"
serde-wasm-bindgen = "0.6"

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

0 comments on commit 075257f

Please sign in to comment.