From f20a1ba696d229e0fcef3d67af5a62e14b349518 Mon Sep 17 00:00:00 2001 From: Sandor Apati <sapati@gmail.com> Date: Mon, 20 Nov 2023 21:14:28 +0100 Subject: [PATCH] elasticlunr-rs 3.0.2, hu language support (#2151) Co-authored-by: Sandor Apati <s.apati@mito.hu> --- components/libs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/libs/Cargo.toml b/components/libs/Cargo.toml index 06ff04aeff..5f551ea663 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"