Skip to content

Commit

Permalink
build(deps): bump wasm-bindgen-derive from 0.2.1 to 0.3.0 (#2476)
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen-derive](https://github.com/fjarri/wasm-bindgen-derive) from 0.2.1 to 0.3.0.
- [Commits](fjarri/wasm-bindgen-derive@v0.2.1...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 6c92a6a commit 21cb870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 web-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { version = "1.37", features = ["sync"] }
tsify = { git = "https://github.com/sisou/tsify", branch = "sisou/comments", default-features = false, features = ["js"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wasm-bindgen-derive = { version = "0.2", optional = true }
wasm-bindgen-derive = { version = "0.3", optional = true }
wasm-timer = "0.2"
web-sys = { version = "0.3.69", features = ["MessageEvent"]}

Expand Down

0 comments on commit 21cb870

Please sign in to comment.