diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 707d91d8e1..8652fcaad2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" edition = "2021" [dependencies] -arrow = { version = "34.0.0", optional = true } +arrow = { version = "36.0.0", optional = true } async-trait = "0.1" bytes = "1" chrono = { version = "0.4.22", default-features = false, features = ["clock"] } @@ -29,7 +29,7 @@ num-traits = "0.2.15" object_store = "0.5.5" once_cell = "1.16.0" parking_lot = "0.12" -parquet = { version = "34", features = [ +parquet = { version = "36", features = [ "async", "object_store", ], optional = true }