Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Apr 4, 2024
1 parent 8ecbff3 commit bf85f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rayon = { version = "1.7" }
rayon-cond = { version = "0.3" }
anyhow = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
pyo3 = { version = "0.19", features = ["extension-module", "anyhow", "serde"] }
pyo3 = { version = "0.20", features = ["extension-module", "anyhow", "serde"] }
mimalloc = { version = "0.1", default-features = false, optional = true }

[dependencies.ltp]
Expand Down
2 changes: 1 addition & 1 deletion rust/ltp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ required-features = ["serialization", "parallel"]
[dependencies]
anyhow = "1"
num-traits = "0.2"
itertools = "0.11"
itertools = "0.12"

cedarwood = "0.4"

Expand Down

0 comments on commit bf85f46

Please sign in to comment.