Bump bytemuck from 1.11.0 to 1.12.1

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.11.0 to 1.12.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.11.0...v1.12.1)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-22 05:24:59 +00:00 committed by GitHub
parent e71b657662
commit 22ba03f72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -61,7 +61,7 @@ rodio = { version = "0.15.0", optional = true } # to play sounds
threadpool = "1.8.1"
[dependencies.bytemuck]
version = "1.11.0"
version = "1.12.1"
features = ["derive"]
[dev-dependencies]