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
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 3aa931093 Fix the version of apache-avro-test-helper to be 0.17.0
3aa931093 is described below
commit 3aa93109346ae5ae1ae30547ef4c72d476eb06ec
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Sep 27 10:23:07 2023 +0300
Fix the version of apache-avro-test-helper to be 0.17.0
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 714210438eac7394ac641c3b0bad1d0fb1c31dd4)
---
lang/rust/Cargo.lock | 6 +++---
lang/rust/avro/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index f8137b3f2..c4fa6e3c6 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -63,7 +63,7 @@ checksum =
"a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "apache-avro"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow",
"apache-avro-derive",
@@ -98,7 +98,7 @@ dependencies = [
[[package]]
name = "apache-avro-derive"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"apache-avro",
"darling",
@@ -112,7 +112,7 @@ dependencies = [
[[package]]
name = "apache-avro-test-helper"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow",
"color-backtrace",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index fb60a40a5..5a81d1983 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -82,7 +82,7 @@ rand = { default-features = false, version = "0.8.5",
features = ["default"] }
[dev-dependencies]
anyhow = { default-features = false, version = "1.0.75", features = ["std"] }
-apache-avro-test-helper = { default-features = false, version = "0.16.0", path
= "../avro_test_helper" }
+apache-avro-test-helper = { default-features = false, version = "0.17.0", path
= "../avro_test_helper" }
criterion = { default-features = false, version = "0.5.1" }
hex-literal = { default-features = false, version = "0.4.1" }
md-5 = { default-features = false, version = "0.10.6" }