From 66ff7ce46db66ad9247434ea0efcf75eb0ea5a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 21:07:37 +0200 Subject: [PATCH] chore(deps): Update apache-avro requirement from 0.15 to 0.16 (#71) Updates the requirements on [apache-avro](https://github.com/apache/avro) to permit the latest version. - [Release notes](https://github.com/apache/avro/releases) - [Commits](https://github.com/apache/avro/commits) --- updated-dependencies: - dependency-name: apache-avro dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/iceberg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 195f1949c..18b5dab3e 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -28,7 +28,7 @@ keywords = ["iceberg"] [dependencies] anyhow = "1.0.72" -apache-avro = "0.15" +apache-avro = "0.16" arrow-arith = { version = ">=46" } arrow-array = { version = ">=46" } arrow-schema = { version = ">=46" }