Skip to content

Commit

Permalink
Update zerocopy requirement from 0.7.35 to 0.8.2
Browse files Browse the repository at this point in the history
Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.7.35...v0.8.2)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 5ab8148 commit ff53f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["embedded", "no-std", "hardware-support"]

[dependencies]
bitflags = "2.6.0"
zerocopy = { version = "0.7.35", features = ["derive"], optional = true }
zerocopy = { version = "0.8.2", features = ["derive"], optional = true }

[features]
default = ["alloc", "zerocopy"]
Expand Down

0 comments on commit ff53f7d

Please sign in to comment.