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 029cd6169c3f0201402f4db7f9f69232ec4f6afa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 24 10:40:00 2022 +0200
Update zstd requirement in /lang/rust (#1471)
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to
permit the latest version.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/commits)
---
updated-dependencies:
- dependency-name: zstd
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 0cbcda5ab0b51fd1c9c47d9adf23388e865dbd44)
---
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 0f1f4ed..0f230a4 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -72,7 +72,7 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] }
zerocopy = "0.6.1"
lazy_static = "1.1.1"
log = "0.4.14"
-zstd = { version = "0.9.0+zstd.1.5.0" , optional = true }
+zstd = { version = "0.10.0+zstd.1.5.0" , optional = true }
[dev-dependencies]
md-5 = "0.10.0"