Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuhey committed Jul 18, 2022
1 parent c8914df commit 2013910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ unicode-normalization = "0.1.17"
seqdiff = "0.3"

[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.9"
quickcheck = "1"
quickcheck_macros = "1"
criterion = "0.3"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ name = "tokenizations"
crate-type = ["cdylib"]

[dependencies.pyo3]
version = "^0.14"
version = "^0.16.5"
features = ["extension-module"]

0 comments on commit 2013910

Please sign in to comment.