Skip to content

Commit

Permalink
[cargo](deps): Update zerocopy requirement from 0.6.1 to 0.7.8
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.1...v0.7.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent d545f4f commit dd8e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fugit = "0.3.7"
heapless = "0.7.16"
rand_core = "0.6.4"
sha2 = { version = "0.10.7", default-features = false }
zerocopy = "0.6.1"
zerocopy = "0.7.8"
defmt = "0.3.5"
p256 = { version="0.13.2", default-features = false, features = ["arithmetic"]}
ring = { version = "0.16.20", default-features = false, optional = true }
Expand Down

0 comments on commit dd8e938

Please sign in to comment.