Skip to content

Commit

Permalink
Bump dependencies (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
morn-0 committed Nov 4, 2023
1 parent 654894a commit 177cb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ readme = "README.MD"
keywords = ["search", "tokenizer", "Chinese", "tantivy"]

[dependencies]
tantivy = "0.20.2"
tantivy = "0.21.1"
jieba-rs = { version = "0.6.8", default-features = false }
log = "0.4.20"

[dev-dependencies]
jieba-rs = { version = "0.6.8", default-features = true }
flexi_logger = "0.25.6"
flexi_logger = "0.27.2"

0 comments on commit 177cb09

Please sign in to comment.