From 5b9a898789b30fc3bd2b04449472f5c12d9606a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:50:39 +0000 Subject: [PATCH] Update zerocopy requirement from 0.6.0 to 0.7.26 Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version. - [Commits](https://github.com/google/zerocopy/commits) --- 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..577fff139 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.26" byteorder = "1.4.3" [[test]]