diff --git a/Cargo.toml b/Cargo.toml index 3102e14..2c13569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ exclude = ["release-plz.toml", ".github", "python"] [dependencies] derive_more = { version = "1.0.0", features = ["deref", "as_ref"] } general-sam = { version = "1.0.0", features = ["trie"] } -pyo3 = { version = "0.22.5", optional = true } +pyo3 = { version = "0.23.1", optional = true } smallvec = "1.13.2" thiserror = "1.0.64" diff --git a/python/Cargo.toml b/python/Cargo.toml index 4df16eb..42f0334 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -16,4 +16,4 @@ crate-type = ["cdylib"] [dependencies] mtc-token-healing = { version = "0.2", path = "..", features = ["pyo3"] } -pyo3 = { version = "0.22.5", features = ["extension-module", "generate-import-lib", "abi3-py39"] } +pyo3 = { version = "0.23.1", features = ["extension-module", "generate-import-lib", "abi3-py39"] }