From ce5dd2028cdc9efac0359a233209aa0a6fc747f2 Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 5 Mar 2024 10:54:37 -0800 Subject: [PATCH] update bigdecimal version (#9471) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8e9a22743c9..48e555bd5527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ arrow-ord = { version = "50.0.0", default-features = false } arrow-schema = { version = "50.0.0", default-features = false } arrow-string = { version = "50.0.0", default-features = false } async-trait = "0.1.73" -bigdecimal = "0.4.1" +bigdecimal = "=0.4.1" bytes = "1.4" chrono = { version = "0.4.34", default-features = false } ctor = "0.2.0"