Skip to content

Commit 8f703d2

Browse files
dependabot[bot]ahl
andauthored
Bump wasm-bindgen-test from 0.3.43 to 0.3.45 (#944)
* Bump wasm-bindgen-test from 0.3.43 to 0.3.45 Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.43 to 0.3.45. - [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-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update wasm-bindgen-cli --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam H. Leventhal <[email protected]>
1 parent 69158f7 commit 8f703d2

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
default: true
8282
target: wasm32-unknown-unknown
8383
- name: Install wasm-bindgen-cli
84-
run: cargo install --version 0.2.93 wasm-bindgen-cli
84+
run: cargo install --version 0.2.95 wasm-bindgen-cli
8585
- name: Run tests
8686
run: |
8787
cd example-wasm

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
1212
uuid = { version = "1.11", features = ["serde", "v4", "js"] }
1313

1414
[dev-dependencies]
15-
wasm-bindgen-test = "0.3.43"
15+
wasm-bindgen-test = "0.3.45"
1616

1717
[build-dependencies]
1818
prettyplease = "0.2.25"

0 commit comments

Comments
 (0)