From 9128f7d208dfc7de4ce757ec7d28df8b39f06d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 03:56:54 +0000 Subject: [PATCH] Update apache-avro requirement from 0.14.0 to 0.20.0 --- updated-dependencies: - dependency-name: apache-avro dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-avro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-avro/Cargo.toml b/arrow-avro/Cargo.toml index dbe3fd8162bb..96af73348156 100644 --- a/arrow-avro/Cargo.toml +++ b/arrow-avro/Cargo.toml @@ -73,7 +73,7 @@ arrow = { workspace = true } futures = "0.3.31" bytes = "1.10.1" async-stream = "0.3.6" -apache-avro = "0.14.0" +apache-avro = "0.20.0" num-bigint = "0.4" once_cell = "1.21.3"