diff --git a/Cargo.lock b/Cargo.lock index 034e0362..edb65ddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2152,9 +2152,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.3" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" [[package]] name = "strum_macros" diff --git a/backends/Cargo.toml b/backends/Cargo.toml index 13c8e564..84c0d4e6 100644 --- a/backends/Cargo.toml +++ b/backends/Cargo.toml @@ -27,7 +27,7 @@ paste = "1.0" regex = "1.11" remain = "0.2" serde_json = "1.0" -strum = "0.26" +strum = "0.27" strum_macros = "0.26" strip-ansi-escapes = "0.2" subprocess = "0.2" diff --git a/core/Cargo.toml b/core/Cargo.toml index 20e6ff90..a6765075 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -31,7 +31,7 @@ remain = "0.2" rewriter = { version = "0.1", features = ["proc-macro2-impl"] } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10" -strum = "0.26" +strum = "0.27" strum_macros = "0.26" subprocess = "0.2" tempfile = "3.16" diff --git a/necessist/Cargo.toml b/necessist/Cargo.toml index 5693648f..ae8d0961 100644 --- a/necessist/Cargo.toml +++ b/necessist/Cargo.toml @@ -18,7 +18,7 @@ clap = "4.5" env_logger = "0.11" heck = "0.5" remain = "0.2" -strum = "0.26" +strum = "0.27" strum_macros = "0.26" subprocess = "0.2"