Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle authored Sep 26, 2023
1 parent 874db11 commit 29f1a71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fire_seq_search_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT"

[dependencies]
# Http Client
tokio = { version = "1", features = ["full"] }
warp = "0.3"
tokio = { version = "1.32", features = ["full"] }
warp = "0.3.5"
serde_json = "1.0"
# Serde
# https://serde.rs/derive.html
Expand Down Expand Up @@ -37,7 +37,7 @@ jieba-rs = { version = "0.6.6" }
stopwords = "0.1.1"
stop-words = "0.7.2"

regex = "1"
regex = "1.9.5"
lingua = { version = "1.4.0", default-features = false, features = ["chinese", "english"] }


Expand All @@ -51,4 +51,4 @@ pulldown-cmark = { version = "0.9.2", default-features = false }
#4: pdf_extract::show_text
#at C:\Users\z2369li\.cargo\git\checkouts\pdf-extract-c67a6fa67c2d526c\0d8b9d9\src\lib.rs:1262:16
#pdf-extract = "0.6.4"
pdf-extract-temporary-mitigation-panic = "0.7.1"
pdf-extract-temporary-mitigation-panic = "0.7.1"

0 comments on commit 29f1a71

Please sign in to comment.