diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 0ca3b37..c2dea8b 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib"] ahash = "0.8" bincode = "1.3.2" instant-segment = { version = "0.10", path = "../instant-segment", features = ["with-serde"] } -pyo3 = { version = "0.17.1", features = ["extension-module"] } +pyo3 = { version = "0.18.0", features = ["extension-module"] } smartstring = "1" [package.metadata.maturin]