diff --git a/Cargo.toml b/Cargo.toml index 11f215fc15..7d1b2a1477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ serde = { workspace = true, features = ["derive"] } serde_bytes = "0.11.12" serde_json = { workspace = true } serde_repr = "0.1.14" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } tap = "1.0.1" stable_deref_trait = "1.2.0" thiserror = { workspace = true }