diff --git a/Cargo.lock b/Cargo.lock index 91343f32b..8063201b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,7 +1021,7 @@ dependencies = [ "itertools 0.15.0", "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2c98309f4..0bcf4ef27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -503,7 +503,7 @@ default-features = false version = "0.1" [workspace.dependencies.syn] -version = "2.0" +version = "3.0" default-features = false features = ["full", "extra-traits"]