From 375d26e530272021ae56d11bbafa02c1fdc1004e Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Wed, 28 Feb 2024 17:33:03 -1000 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 571e9e21..a742cfc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ memchr = "2.3" uuid = { version = "1.0", optional = true } smallvec = "1.6.1" cast = { version = "0.3", features = ["std"] } -arrow = { version = "49", default-features = false, features = ["prettyprint", "ffi"] } +arrow = { version = "50", default-features = false, features = ["prettyprint", "ffi"] } rust_decimal = "1.14" strum = { version = "0.25", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true }