aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index e88d1bc..5203774 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -46,7 +46,7 @@ indexmap = "2.0.0"
proc-macro2 = "1.0.49"
proc-macro-error = "1.0.4"
quote = "1.0.23"
-syn = { version = "1.0.107", features = ["extra-traits", "full"] }
+syn = { version = "2.0.48", features = ["extra-traits", "full"] }
[dev-dependencies]
trybuild = "1.0.73"