update pyo3

This commit is contained in:
James Turk 2024-07-28 04:02:17 -04:00
parent 195b8fc3a1
commit 87127cd667
1 changed files with 4 additions and 4 deletions

View File

@ -15,12 +15,12 @@ name = "jellyfish"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
pyo3 = "0.22.2" pyo3 = { version = "0.22.2", features = ["gil-refs"] }
unicode-segmentation = "^1.6.0" unicode-segmentation = "^1.6.0"
unicode-normalization = "^0.1" unicode-normalization = "^0.1"
smallvec = "1.10.0" smallvec = "^1.13"
ahash = "0.8.3" ahash = "^0.8"
num-traits = "0.2" num-traits = "0.2.19"
[dev-dependencies] [dev-dependencies]
csv = "1.1" csv = "1.1"