From dd8e9387f31c88d55e5c8d52d72c3603096db97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:03:41 +0000 Subject: [PATCH] [cargo](deps): Update zerocopy requirement from 0.6.1 to 0.7.8 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.8) --- 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..b22db64b 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.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 }