Skip to content

Commit

Permalink
build(deps): Update zerocopy requirement from 0.6.3 to 0.7.11
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.3...v0.7.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent a2448cf commit 733e68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spki = "0.7.2" # https://github.com/RustCrypto/formats/tree/master/spki
strum = "0.24.1"
thiserror = "1.0.47"
url = "2.4.0" # for "codec::serde::ip_port", "utils"
zerocopy = "0.6.3"
zerocopy = "0.7.11"
zeroize = "1.6.0" # for "BLS

# [OPTIONAL] for "libsecp256k1"
Expand Down

0 comments on commit 733e68e

Please sign in to comment.