Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.92 to 0.2.93 in /lang/rust (#3093)
Browse files Browse the repository at this point in the history
* Bump wasm-bindgen from 0.2.92 to 0.2.93 in /lang/rust

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.92 to 0.2.93.
- [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.92...0.2.93)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump wasm-bindgen-test to 0.3.43

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
dependabot[bot] and martin-g committed Aug 15, 2024
1 parent 5ffc36e commit 2d11a76
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
48 changes: 30 additions & 18 deletions lang/rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions lang/rust/wasm-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
apache-avro = { path = "../avro" }
serde = { workspace = true }
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.93"

[dev-dependencies]
console_error_panic_hook = { version = "0.1.7" }
wasm-bindgen-test = "0.3.42"
wasm-bindgen-test = "0.3.43"

0 comments on commit 2d11a76

Please sign in to comment.