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

@ -40,7 +40,7 @@ full = [
assert_matches = { version = "1.5.0", optional = true }
bincode = "1.3.3"
bitflags = "1.3.1"
bytemuck = { version = "1.7.3", features = ["derive"] }
bytemuck = { version = "1.8.0", features = ["derive"] }
borsh = "0.9.3"
base64 = "0.13"
bs58 = "0.4.0"