Skip to content

Commit

Permalink
fix(deps): update rust crate datafusion to v36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2024
1 parent 35c2fe1 commit 0862f6b
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 @@ -25,7 +25,7 @@ aws-types = "1.1"
aws-credential-types = "1.1"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
datafusion = { version = "35", features = ["avro"] }
datafusion = { version = "36", features = ["avro"] }
deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3"] }
futures = "0.3"
glob = "0.3"
Expand Down

0 comments on commit 0862f6b

Please sign in to comment.