Skip to content

Commit

Permalink
Bump the patch-dependencies group with 3 updates (#1108)
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 3 updates: [js-sys](https://github.com/rustwasm/wasm-bindgen), [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) and [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen).


Updates `js-sys` from 0.3.70 to 0.3.71
- [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)

Updates `wasm-bindgen-futures` from 0.4.43 to 0.4.44
- [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)

Updates `wasm-bindgen` from 0.2.93 to 0.2.94
- [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.93...0.2.94)

---
updated-dependencies:
- dependency-name: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

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 Oct 10, 2024
1 parent ba0bfef commit 93e4128
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 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 crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hex ={ version="0.4.3", optional=true }
anyhow ="1.0.89"

# Only for the browser
js-sys={ version="0.3.70", optional=true }
js-sys={ version="0.3.71", optional=true }
tokio ={ version="1.40", features=["time"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ tokio-tungstenite={ version="0.24.0", optional=true }

# Used only with the `wasm` feature
gloo-net ={ version="0.6.0", default-features=false, features=["websocket"], optional=true }
wasm-bindgen-futures={ version="0.4.43", optional=true }
wasm-bindgen-futures={ version="0.4.44", optional=true }
wasm-bindgen ={ version="0.2.92", optional=true }
wasm-bindgen-derive ={ version="0.3", optional=true }
js-sys ={ version="0.3.70", optional=true }
js-sys ={ version="0.3.71", optional=true }
base64 ={ version="0.22.1", optional=true }
schnorrkel ={ version="0.11.4", default-features=false, features=["std"], optional=true }

Expand Down

0 comments on commit 93e4128

Please sign in to comment.