From 9ee01b5279a28f6a07097711889a66fab3bee27b Mon Sep 17 00:00:00 2001 From: longjiquan Date: Thu, 28 Mar 2024 14:38:00 +0800 Subject: [PATCH] fix: [skip-e2e] use zstd-sys 2.0.9 Signed-off-by: longjiquan --- internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml index ac67ec29d7da0..246895c28c307 100644 --- a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml +++ b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml @@ -6,10 +6,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tantivy = "0.21.0" +tantivy = "=0.21.1" futures = "0.3.21" libc = "0.2" scopeguard = "1.2" +zstd-sys = "=2.0.9" [build-dependencies] cbindgen = "0.26.0"