From c8120b93fbdf65d09d66d75dcfaefc62654d6eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:28:12 +0000 Subject: [PATCH] [cargo](deps): Update zerocopy requirement from 0.6.1 to 0.7.11 Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version. - [Commits](https://github.com/google/zerocopy/compare/v0.6.1...v0.7.11) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rubble/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubble/Cargo.toml b/rubble/Cargo.toml index 69f30679..c3e04c21 100644 --- a/rubble/Cargo.toml +++ b/rubble/Cargo.toml @@ -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.11" defmt = "0.3.5" p256 = { version="0.13.2", default-features = false, features = ["arithmetic"]} ring = { version = "0.16.20", default-features = false, optional = true }