Skip to content

Commit

Permalink
Merge pull request #8 from FL03/dependabot/cargo/syn-2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
FL03 authored Mar 28, 2023
2 parents 00f86bf + 47f9c15 commit 9917c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test = false
[dependencies]
proc-macro2 = "1.0.47"
quote = "1.0.21"
syn = { features = ["full"], version = "1.0.105" }
syn = { features = ["full"], version = "2.0.10" }

[dev-dependencies.concision]
path = "../concision"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test = false
[dependencies]
proc-macro2 = "1.0.47"
quote = "1.0.21"
syn = { features = ["full"], version = "1.0.105" }
syn = { features = ["full"], version = "2.0.10" }

[dev-dependencies.concision]
path = "../concision"
Expand Down

0 comments on commit 9917c2d

Please sign in to comment.