diff --git a/Cargo.toml b/Cargo.toml index 250a4e3641..5eda8dbdc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ prettytable-rs = "0.10.0" prost = "0.13.0" prost-build = "0.13.0" prost-types = "0.13.0" -pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py311"] } +pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py311"] } pyo3-log = "0.11.0" rand = "0.8.5" rayon = "1.10.0"