We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea35a53 commit 031ea63Copy full SHA for 031ea63
quickwit/Cargo.toml
@@ -90,7 +90,7 @@ binggan = { version = "0.14" }
90
bytes = { version = "1", features = ["serde"] }
91
bytesize = { version = "1.3.0", features = ["serde"] }
92
bytestring = "1.3.0"
93
-chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "54cbc70" }
+chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "3fa9f1b" }
94
chrono = { version = "0.4", default-features = false, features = [
95
"clock",
96
"std",
@@ -138,7 +138,7 @@ indicatif = "0.17.3"
138
itertools = "0.13"
139
json_comments = "0.2"
140
libz-sys = "1.1.8"
141
-lru = "0.12"
+lru = "0.13"
142
lindera-core = "0.27.0"
143
lindera-dictionary = "0.27.0"
144
lindera-tokenizer = { version = "0.27.0", features = [
0 commit comments