This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
commit e6849d13d4ead05333f491ba37756974dae1f5de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 5 15:10:09 2022 +0200
Update zerocopy requirement from 0.3.0 to 0.6.1 in /lang/rust (#1402)
Updates the requirements on zerocopy to permit the latest version.
---
updated-dependencies:
- dependency-name: zerocopy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7bda57acf5f19749bb3930f8816b06e4b3dee15a)
---
lang/rust/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 3da92dd..7709156 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -67,7 +67,7 @@ strum_macros = "0.23.1"
thiserror = "1.0.29"
typed-builder = "0.9.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
-zerocopy = "0.3.0"
+zerocopy = "0.6.1"
lazy_static = "1.1.1"
log = "0.4.14"
zstd = { version = "0.9.0+zstd.1.5.0" , optional = true }