Skip to content

Commit

Permalink
Bump deps: hashbrown, lindera-*
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Dec 8, 2023
1 parent 420ddf5 commit 7990c2c
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 24 deletions.
104 changes: 84 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ fst-regex = "0.3"
regex-syntax = "0.6"
twox-hash = "1.5"
byteorder = "1.4"
hashbrown = "0.12"
hashbrown = "0.14"
linked_hash_set = "0.1"
whatlang = "0.16"
regex = "1.6"
jieba-rs = { version = "0.6", optional = true }
lindera-core = { version = "0.24", optional = true }
lindera-dictionary = { version = "0.24", features = ["unidic"], optional = true }
lindera-tokenizer = { version = "0.24", features = ["unidic"], optional = true }
lindera-core = { version = "0.27", optional = true }
lindera-dictionary = { version = "0.27", features = ["unidic"], optional = true }
lindera-tokenizer = { version = "0.27", features = ["unidic"], optional = true }

[target.'cfg(unix)'.dependencies]
nix = "0.18"
Expand Down

0 comments on commit 7990c2c

Please sign in to comment.