Skip to content

Commit 031ea63

Browse files
committed
Upgrade chitchat
1 parent ea35a53 commit 031ea63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickwit/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ binggan = { version = "0.14" }
9090
bytes = { version = "1", features = ["serde"] }
9191
bytesize = { version = "1.3.0", features = ["serde"] }
9292
bytestring = "1.3.0"
93-
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "54cbc70" }
93+
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "3fa9f1b" }
9494
chrono = { version = "0.4", default-features = false, features = [
9595
"clock",
9696
"std",
@@ -138,7 +138,7 @@ indicatif = "0.17.3"
138138
itertools = "0.13"
139139
json_comments = "0.2"
140140
libz-sys = "1.1.8"
141-
lru = "0.12"
141+
lru = "0.13"
142142
lindera-core = "0.27.0"
143143
lindera-dictionary = "0.27.0"
144144
lindera-tokenizer = { version = "0.27.0", features = [

0 commit comments

Comments
 (0)