fix: [skip-e2e] use zstd-sys 2.0.9 (#31682)

fix: #31681 
/kind improvement

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
Jiquan Long 2024-03-28 15:14:10 +08:00 committed by GitHub
parent 976928ecd1
commit e33dba8afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"