Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2023
1 parent fcd82a3 commit 0e6b97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ aws-config = "0.53"
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"] }
clap = { version = "4.1.2", features = ["derive"] }
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 0e6b97c

Please sign in to comment.