mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-10-30 14:01:39 +00:00
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:
parent
e64504ecec
commit
316312bb90
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user