build(deps): bump bytemuck from 1.4.0 to 1.4.1

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/Lokathor/bytemuck/releases)
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-08 21:24:56 +00:00 committed by Mike Welsh
parent 0fe88f23bb
commit 374840e4e5
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -190,7 +190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bytemuck"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -1298,7 +1298,7 @@ name = "image"
version = "0.23.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytemuck 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bytemuck 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"gif 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
"jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2369,7 +2369,7 @@ dependencies = [
name = "ruffle_render_wgpu"
version = "0.1.0"
dependencies = [
"bytemuck 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bytemuck 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)",
"jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3354,7 +3354,7 @@ dependencies = [
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
"checksum bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
"checksum bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
"checksum bytemuck 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92046dbb6f9332943252123f53623e0a6d513651af14967e2991c371ec20201c"
"checksum bytemuck 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
"checksum calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160"
"checksum cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"

View File

@ -14,7 +14,7 @@ log = "0.4"
lyon = "0.16.0"
ruffle_core = { path = "../../core" }
futures = "0.3.5"
bytemuck = "1.4.0"
bytemuck = "1.4.1"
raw-window-handle = "0.3.3"
[features]