chore: bump bytemuck from 1.7.3 to 1.8.0 (#23437)

* chore: bump bytemuck from 1.7.3 to 1.8.0

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.7.3 to 1.8.0.
- [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.7.3...v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-03-02 19:04:54 +00:00
committed by GitHub
parent e88da2ec0a
commit da00d29de0
7 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ arrayref = "0.3.6"
bincode = "1.3.3"
blake3 = "1.3.0"
bv = { version = "0.11.1", features = ["serde"] }
bytemuck = "1.7.2"
bytemuck = "1.8.0"
byteorder = "1.4.3"
bzip2 = "0.4.3"
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }