Skip to content

Commit

Permalink
fix(deps): update rust crate datafusion to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2023
1 parent fcd82a3 commit 0dd0442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aws-sdk-glue = "0.23.0"
aws-types = "0.53"
chrono = "0.4.23"
clap = { version = "4.1.1", features = ["derive"] }
datafusion = { version = "15", features = ["avro"] }
datafusion = { version = "16", features = ["avro"] }
deltalake = { git = "https://github.com/timvw/delta-rs", branch = "main", default-features = false, features = ["datafusion-ext", "s3-rustls"] }
futures = "0.3"
glob = "0.3.1"
Expand Down

0 comments on commit 0dd0442

Please sign in to comment.