build(deps): update syn requirement from 1.0 to 2.0

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>
pull/550/head
dependabot[bot] 2 years ago committed by Michal Rostecki
parent 7cd1c642e3
commit 45072c0789

@ -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" }
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
syn = "2.0"
[lib]
proc-macro = true

@ -7,7 +7,7 @@ publish = false
[dependencies]
quote = "1"
proc-macro2 = "1.0"
syn = {version = "1.0", features = ["full"]}
syn = {version = "2.0", features = ["full"]}
[lib]
proc-macro = true

@ -8,7 +8,7 @@ edition = "2021"
aya-tool = { path = "../aya-tool" }
clap = { version = "4", features = ["derive"] }
anyhow = "1"
syn = "1"
syn = "2"
quote = "1"
proc-macro2 = "1"
indoc = "2.0"

Loading…
Cancel
Save