Bump cargo-run-wasm from 0.3.0 to 0.3.2 (#3629)

Bumps [cargo-run-wasm](https://github.com/rukai/cargo-run-wasm) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/rukai/cargo-run-wasm/releases)
- [Changelog](https://github.com/rukai/cargo-run-wasm/blob/main/changelog.md)
- [Commits](https://github.com/rukai/cargo-run-wasm/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-31 18:57:42 +02:00 committed by GitHub
parent e64504ecec
commit 316312bb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -250,12 +250,13 @@ dependencies = [
[[package]]
name = "cargo-run-wasm"
version = "0.3.0"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b0eb1208f33599c1fea41f2f6a09bb7e27341acb79aa92e6d6847cc60a1828"
checksum = "cc1e37cf14ef470ed74ec2a8b95e51b8623bcf6f76d24f233ebaeb209f766230"
dependencies = [
"devserver_lib",
"pico-args",
"serde_json",
"wasm-bindgen-cli-support",
]

View File

@ -51,7 +51,7 @@ async-executor = "1.0"
bitflags = "1"
bit-vec = "0.6"
bytemuck = "1.13"
cargo-run-wasm = "0.3.0"
cargo-run-wasm = "0.3.2"
cfg_aliases = "0.1"
cfg-if = "1"
codespan-reporting = "0.11"