From 2805834d26e9862d9beee9018b72af35fdcf0493 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Mon, 18 Sep 2023 14:26:54 +0100 Subject: [PATCH] Downgrade prost substrait --- datafusion/substrait/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index b0795e04ee454..2f7816c6488a7 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -33,9 +33,9 @@ chrono = { workspace = true } datafusion = { version = "31.0.0", path = "../core" } itertools = "0.11" object_store = "0.7.0" -prost = "0.12" -prost-types = "0.12" -substrait = "0.13.1" +prost = "0.11" +prost-types = "0.11" +substrait = "0.14.0" tokio = "1.17" [features]