From c02f53d5891905304f389fb1671fae4b8f730cc2 Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Thu, 28 Mar 2024 15:14:10 +0800 Subject: [PATCH] fix: [skip-e2e] use zstd-sys 2.0.9 (#31682) fix: #31681 /kind improvement 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"