From 69659211f6066c1c021f6caeca4b16bda0fec785 Mon Sep 17 00:00:00 2001 From: discord9 <55937128+discord9@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:36:28 +0800 Subject: [PATCH] chore: fix bincode version (#7445) Signed-off-by: discord9 --- src/common/function/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/function/Cargo.toml b/src/common/function/Cargo.toml index 557fbac6e0..7766f857d0 100644 --- a/src/common/function/Cargo.toml +++ b/src/common/function/Cargo.toml @@ -19,7 +19,7 @@ arc-swap = "1.0" arrow.workspace = true arrow-schema.workspace = true async-trait.workspace = true -bincode = "1.3" +bincode = "=1.3.3" catalog.workspace = true chrono.workspace = true common-base.workspace = true