From d0759503349020c2ff7cf666d8bf85a58dabd8b8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Oct 2023 10:38:28 +0000
Subject: [PATCH] Update zerocopy requirement from 0.6.0 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.0...v0.7.20)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 28a33ae7c..4d61a1320 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.20"
 byteorder = "1.4.3"
 
 [[test]]