Skip to content

Commit 18a7577

Browse files
authored
Update apache-avro to v0.21.0 (#1881)
## Which issue does this PR close? None ## What changes are included in this PR? Upgrades `apache-avro` from `0.20.0` to `0.21.0` in order to get rid of the deprecated `xz2` crate. ## Are these changes tested? Build & tests succeeds
1 parent 24932ba commit 18a7577

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
lines changed

Cargo.lock

Lines changed: 35 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rust-version = "1.87"
4040

4141
[workspace.dependencies]
4242
anyhow = "1.0.72"
43-
apache-avro = { version = "0.20", features = ["zstandard"] }
43+
apache-avro = { version = "0.21", features = ["zstandard"] }
4444
array-init = "2"
4545
arrow-arith = "56.2"
4646
arrow-array = "56.2"

0 commit comments

Comments
 (0)