build(deps): bump bytemuck in the cargo-minor group

Bumps the cargo-minor group with 1 update: [bytemuck](https://github.com/Lokathor/bytemuck).


Updates `bytemuck` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.15.0...v1.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-13 20:49:09 +00:00 committed by TÖRÖK Attila
parent 63cc792ec0
commit e044149cca
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -626,9 +626,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytemuck"
version = "1.15.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
dependencies = [
"bytemuck_derive",
]

View File

@ -56,7 +56,7 @@ anyhow = "1.0"
slotmap = "1.0.7"
async-channel = "2.3.0"
bitflags = "2.5.0"
bytemuck = "1.15.0"
bytemuck = "1.16.0"
chrono = { version = "0.4.38", default-features = false }
enum-map = "2.7.3"
flate2 = "1.0.30"