Skip to content

Commit

Permalink
chore(deps): update apache-avro requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: apache-avro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 37e54ee commit 99f6495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ force_hash_collisions = []

[dependencies]
ahash = { workspace = true }
apache-avro = { version = "0.16", default-features = false, features = [
apache-avro = { version = "0.17", default-features = false, features = [
"bzip",
"snappy",
"xz",
Expand Down
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ unicode_expressions = [

[dependencies]
ahash = { workspace = true }
apache-avro = { version = "0.16", optional = true }
apache-avro = { version = "0.17", optional = true }
arrow = { workspace = true }
arrow-array = { workspace = true }
arrow-ipc = { workspace = true }
Expand Down

0 comments on commit 99f6495

Please sign in to comment.