diff --git a/Cargo.lock b/Cargo.lock index 70b3b6d..4efc7f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0" dependencies = [ "unicode-ident", ] diff --git a/translatable_proc/Cargo.toml b/translatable_proc/Cargo.toml index f015524..1aedaf3 100644 --- a/translatable_proc/Cargo.toml +++ b/translatable_proc/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Esteve Autet ", "Chiko "] proc-macro = true [dependencies] -proc-macro2 = "1.0.95" +proc-macro2 = "1.0.104" quote = "1.0.38" strum = { version = "0.27.1", features = ["derive"] } syn = { version = "2.0.98", features = ["full"] } diff --git a/translatable_shared/Cargo.toml b/translatable_shared/Cargo.toml index 59a6032..3c57b17 100644 --- a/translatable_shared/Cargo.toml +++ b/translatable_shared/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" authors = ["Esteve Autet ", "Chiko "] [dependencies] -proc-macro2 = "1.0.95" +proc-macro2 = "1.0.104" quote = "1.0.40" strum = { version = "0.27.1", features = ["derive", "strum_macros"] } syn = { version = "2.0.100", features = ["full"] }