From b2cac02ad63b980bd608e1af9681b173ab36f6b5 Mon Sep 17 00:00:00 2001 From: Koichi Akabe Date: Sun, 14 Jul 2024 09:23:04 +0900 Subject: [PATCH] fix --- vaporetto_tantivy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaporetto_tantivy/Cargo.toml b/vaporetto_tantivy/Cargo.toml index fa6ef3b..ddd2414 100644 --- a/vaporetto_tantivy/Cargo.toml +++ b/vaporetto_tantivy/Cargo.toml @@ -18,4 +18,4 @@ vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.3" } # MIT or tantivy = "0.22" # MIT [dev-dependencies] -ruzstd = "0.6.0" # MIT +ruzstd = "0.7.0" # MIT