diff --git a/crates/benchmark/Cargo.toml b/crates/benchmark/Cargo.toml index faa029be..9b3ba3eb 100644 --- a/crates/benchmark/Cargo.toml +++ b/crates/benchmark/Cargo.toml @@ -12,4 +12,4 @@ publish = false [dependencies] serde.workspace = true serde_json.workspace = true -strum = { version = "0.26.3", features = ["derive"] } +strum = { version = "0.27.1", features = ["derive"] }