Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.0...2.0.3) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
-syn = {version = "1.0", features = ["full"]}
+syn = {version = "2.0", features = ["full"]}
[dev-dependencies]
aya-bpf = { path = "../bpf/aya-bpf" }
@@ -8,7 +8,7 @@ aya-log-common = { path = "../aya-log-common" }
aya-log-parser = { path = "../aya-log-parser" }
-syn = "1.0"
+syn = "2.0"
[lib]
proc-macro = true
@@ -7,7 +7,7 @@ publish = false
quote = "1"
@@ -8,7 +8,7 @@ edition = "2021"
aya-tool = { path = "../aya-tool" }
clap = { version = "4", features = ["derive"] }
anyhow = "1"
-syn = "1"
+syn = "2"
proc-macro2 = "1"
indoc = "2.0"