Skip to content

Commit

Permalink
Merge pull request #550 from aya-rs/dependabot/cargo/syn-2.0
Browse files Browse the repository at this point in the history
build(deps): update syn requirement from 1.0 to 2.0
  • Loading branch information
vadorovsky committed May 1, 2023
2 parents 7cd1c64 + 45072c0 commit 3ad3cb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aya-bpf-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion aya-log-ebpf-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test/integration-test-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ad3cb9

Please sign in to comment.