Skip to content

Commit 39296f0

Browse files
fix(deps): update datafusion ecosystem
1 parent 7aba93c commit 39296f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ aws-types = "1.3"
2525
aws-credential-types = "1.2"
2626
chrono = "0.4.38"
2727
clap = { version = "4.5", features = ["derive"] }
28-
datafusion = { version = "50.3", features = ["avro"] }
29-
deltalake = { version = "0.29.4", default-features = false, features = ["datafusion-ext", "s3", "gcs"] }
28+
datafusion = { version = "53.0", features = ["avro"] }
29+
deltalake = { version = "0.31.0", default-features = false, features = ["datafusion-ext", "s3", "gcs"] }
3030
futures = "0.3"
3131
glob = "0.3"
32-
object_store = { version = "0.12", features = ["aws", "gcp"] }
32+
object_store = { version = "0.13", features = ["aws", "gcp"] }
3333
openssl = { version = "0.10", optional = true }
3434
regex = "1.10"
3535
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }

0 commit comments

Comments
 (0)