build(deps): bump bytemuck from 1.5.0 to 1.5.1

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.5.0 to 1.5.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.5.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-18 04:56:23 +00:00 committed by Mike Welsh
parent 6050dd8204
commit b62bf0e936
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -268,9 +268,9 @@ checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
[[package]]
name = "bytemuck"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
dependencies = [
"bytemuck_derive",
]

View File

@ -13,7 +13,7 @@ log = "0.4"
lyon = "0.17.5"
ruffle_core = { path = "../../core" }
futures = "0.3.12"
bytemuck = { version = "1.5.0", features = ["derive"] }
bytemuck = { version = "1.5.1", features = ["derive"] }
raw-window-handle = "0.3.3"
clap = { version = "3.0.0-beta.2", optional = true }
enum-map = "0.6.3"