diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 3c86aa0d..a057e1db 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -6,18 +6,18 @@ edition = "2021" [workspace] [dependencies] -arrow = "=52.0.0" +arrow = "=52.1.0" delta_kernel = { path = "../kernel", features = ["arrow-conversion"] } -[patch.'file:///tmp/delta-kernel-rs/kernel'] -arrow = "=52.0.0" -arrow-arith = "=52.0.0" -arrow-array = "=52.0.0" -arrow-buffer = "=52.0.0" -arrow-cast = "=52.0.0" -arrow-data = "=52.0.0" -arrow-ord = "=52.0.0" -arrow-json = "=52.0.0" -arrow-select = "=52.0.0" -arrow-schema = "=52.0.0" -parquet = "=52.0.0" +[patch.'file:///../kernel'] +arrow = "=52.1.0" +arrow-arith = "=52.1.0" +arrow-array = "=52.1.0" +arrow-buffer = "=52.1.0" +arrow-cast = "=52.1.0" +arrow-data = "=52.1.0" +arrow-ord = "=52.1.0" +arrow-json = "=52.1.0" +arrow-select = "=52.1.0" +arrow-schema = "=52.1.0" +parquet = "=52.1.0"