From 87127cd66799cd5cff630b9a405e9aa017987854 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 28 Jul 2024 04:02:17 -0400 Subject: [PATCH] update pyo3 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5bbd348..2b30e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,12 @@ name = "jellyfish" crate-type = ["cdylib"] [dependencies] -pyo3 = "0.22.2" +pyo3 = { version = "0.22.2", features = ["gil-refs"] } unicode-segmentation = "^1.6.0" unicode-normalization = "^0.1" -smallvec = "1.10.0" -ahash = "0.8.3" -num-traits = "0.2" +smallvec = "^1.13" +ahash = "^0.8" +num-traits = "0.2.19" [dev-dependencies] csv = "1.1"