Skip to content

Commit

Permalink
make object_store version consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Feb 24, 2023
1 parent 8b9664f commit 87e387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lazy_static = { version = "^1.4.0" }
log = "^0.4"
num-traits = { version = "0.2", optional = true }
num_cpus = "1.13.0"
object_store = "0.5.3"
object_store = "0.5.4"
parking_lot = "0.12"
parquet = { version = "33.0.0", features = ["arrow", "async"] }
paste = "^1.0"
Expand Down

0 comments on commit 87e387d

Please sign in to comment.