Skip to content

Commit

Permalink
Update zerocopy requirement from 0.6.0 to 0.7.0
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.
- [Commits](google/zerocopy@v0.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 28, 2023
1 parent 005c023 commit 168461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -61,7 +61,7 @@ rand_distr = "0.3"
quickcheck = "0.9"
log = "0.4.14"
env_logger = "0.9.0"
zerocopy = "0.6.0"
zerocopy = "0.7.0"
byteorder = "1.4.3"

[[test]]
Expand Down

0 comments on commit 168461b

Please sign in to comment.