diff --git a/crates/vtracer-py/Cargo.toml b/crates/vtracer-py/Cargo.toml index f8cac95..c413f26 100644 --- a/crates/vtracer-py/Cargo.toml +++ b/crates/vtracer-py/Cargo.toml @@ -20,4 +20,4 @@ crate-type = ["cdylib"] [dependencies] vtracer = { version = "1.0.0-alpha.1", path = "../vtracer" } image = "0.25" -pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38"] } +pyo3 = { version = "0.26", features = ["extension-module", "abi3-py38"] }