From 6d0ea852993955bb784cc26c1b01ad26a09560cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:09:18 +0000 Subject: [PATCH] [cargo](deps): Update zerocopy requirement from 0.6.1 to 0.7.20 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.20) --- 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..c772419e 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.20" defmt = "0.3.5" p256 = { version="0.13.2", default-features = false, features = ["arithmetic"]} ring = { version = "0.16.20", default-features = false, optional = true }