diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0c95592cc9..e5191dc71b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] derive_more = "0.99.17" -pyo3 = "0.25.1" +pyo3 = "0.27.0" serde = { version = "1.0.180", features = ["derive"] } serde_json = "1.0.104" strum = { version = "0.25", features = ["derive"] }