From 882fe0dc52a94394723d234888f2e8082957e4b9 Mon Sep 17 00:00:00 2001 From: "Heres, Daniel" Date: Sun, 20 Jun 2021 14:01:03 +0200 Subject: [PATCH] Upgrade Arrow release to 4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16fad44..a8ea189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ prost-types = "0.7.0" yup-oauth2 = { version = "5.0" } hyper = { version = "0.14" } -arrow = { version = "3.0", optional = true } +arrow = { version = "4.0", optional = true }