From 364bbcab80c12f83f9a15e33b2b55472fde1169e Mon Sep 17 00:00:00 2001 From: Sandor Apati Date: Fri, 24 Mar 2023 06:58:08 +0100 Subject: [PATCH] elasticlunr-rs 3.0.2, hu language support --- Cargo.lock | 4 ++-- components/libs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebbfb6efb8..8cfe4ac19c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,9 +754,9 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "elasticlunr-rs" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b94d9c8df0fe6879ca12e7633fdfe467c503722cc981fc463703472d2b876448" +checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" dependencies = [ "jieba-rs", "lindera", diff --git a/components/libs/Cargo.toml b/components/libs/Cargo.toml index 2eb8bf8afa..4d31662d0e 100644 --- a/components/libs/Cargo.toml +++ b/components/libs/Cargo.toml @@ -9,7 +9,7 @@ ammonia = "3" atty = "0.2.11" base64 = "0.21" csv = "1" -elasticlunr-rs = { version = "3.0.0", features = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr"] } +elasticlunr-rs = { version = "3.0.2", features = ["da", "no", "de", "du", "es", "fi", "fr", "hu", "it", "pt", "ro", "ru", "sv", "tr"] } filetime = "0.2" gh-emoji = "1" glob = "0.3"