diff --git a/Cargo.lock b/Cargo.lock index 70b3b6d..5e3a844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ "strum_macros", ] diff --git a/translatable_proc/Cargo.toml b/translatable_proc/Cargo.toml index f015524..bd2ee6a 100644 --- a/translatable_proc/Cargo.toml +++ b/translatable_proc/Cargo.toml @@ -14,7 +14,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.95" quote = "1.0.38" -strum = { version = "0.27.1", features = ["derive"] } +strum = { version = "0.27.2", features = ["derive"] } syn = { version = "2.0.98", features = ["full"] } thiserror = "2.0.11" toml_edit = "0.22.26" diff --git a/translatable_shared/Cargo.toml b/translatable_shared/Cargo.toml index 59a6032..1e98fde 100644 --- a/translatable_shared/Cargo.toml +++ b/translatable_shared/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Esteve Autet ", "Chiko "] [dependencies] proc-macro2 = "1.0.95" quote = "1.0.40" -strum = { version = "0.27.1", features = ["derive", "strum_macros"] } +strum = { version = "0.27.2", features = ["derive", "strum_macros"] } syn = { version = "2.0.100", features = ["full"] } thiserror = "2.0.12" toml_edit = "0.22.26"