Skip to content

Commit

Permalink
chore(deps): bump the cargo group with 3 updates (#82)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen), [serde_json](https://github.com/serde-rs/json) and [web-sys](https://github.com/rustwasm/wasm-bindgen).


Updates `wasm-bindgen` from 0.2.91 to 0.2.92
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.91...0.2.92)

Updates `serde_json` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...v1.0.115)

Updates `web-sys` from 0.3.68 to 0.3.69
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: web-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 0b6d406 commit cab2bf5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ keywords = [
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2.91"
wasm-bindgen = "0.2.92"
gloo-events = "0.2.0"
gloo-timers = "0.3.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.115"

[dependencies.web-sys]
version = "0.3.68"
version = "0.3.69"
features = [
'Node',
'Window',
Expand Down

0 comments on commit cab2bf5

Please sign in to comment.