diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0c95592cc9..9e81518929 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,5 +10,5 @@ derive_more = "0.99.17" pyo3 = "0.25.1" serde = { version = "1.0.180", features = ["derive"] } serde_json = "1.0.104" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.27", features = ["derive"] } tempfile = "3.8.0"