Skip to content

Commit

Permalink
Bump the minor-changes group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 1 update: [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen).

- [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.88...0.2.89)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent b240b94 commit ff57202
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 e2e-tests/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-opt = ["-Os", "--enable-mutable-globals"]
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2.88"
wasm-bindgen = "0.2.89"

chrono = { version = "0.4.22", features = ["wasmbind"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down

0 comments on commit ff57202

Please sign in to comment.