diff --git a/Cargo.lock b/Cargo.lock index 70b3b6d..f808dc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] diff --git a/translatable_proc/Cargo.toml b/translatable_proc/Cargo.toml index f015524..f32e456 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.106" 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..8419b53 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.106" quote = "1.0.40" strum = { version = "0.27.1", features = ["derive", "strum_macros"] } syn = { version = "2.0.100", features = ["full"] }