Skip to content

Commit

Permalink
chore(deps): Update apache-avro requirement from 0.15 to 0.16 (#71)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent 2585a2f commit 66ff7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 66ff7ce

Please # to comment.