From e22e97fd96d5a079fec372aa400c8f95b017d738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:11:26 +0000 Subject: [PATCH] Update zerocopy requirement from 0.6.0 to 0.7.15 Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version. - [Commits](https://github.com/google/zerocopy/compare/v0.6.0...v0.7.15) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a33ae7c..6dc8885f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ rand_distr = "0.3" quickcheck = "0.9" log = "0.4.14" env_logger = "0.9.0" -zerocopy = "0.6.0" +zerocopy = "0.7.15" byteorder = "1.4.3" [[test]]