Skip to content

Commit

Permalink
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 Nov 28, 2024
1 parent f6c92fe commit ae65b82
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 @@ -77,7 +77,7 @@ unicode_expressions = [
]

[dependencies]
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 ae65b82

Please sign in to comment.