Skip to content

Commit

Permalink
build(rust): bump apache-avro from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [apache-avro](https://github.com/apache/avro) from 0.16.0 to 0.17.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 3e7b0da commit 96c2887
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
68 changes: 37 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ polars-utils = { workspace = true }

[dev-dependencies]
ahash = { workspace = true }
apache-avro = { version = "0.16", features = ["snappy"] }
apache-avro = { version = "0.17", features = ["snappy"] }
arrow = { workspace = true, features = ["arrow_rs"] }
arrow-buffer = { workspace = true }
avro-schema = { workspace = true, features = ["async"] }
Expand Down

0 comments on commit 96c2887

Please sign in to comment.