Skip to content

Commit 9b2959c

Browse files
chore(deps): update syn requirement from 2.0.66 to 3.0.2
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.66...3.0.2) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c992fae commit 9b2959c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

derive-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ proc-macro = true
1515
proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
1616
proc-macro-crate = "3.1.0"
1717
quote = "1.0.7"
18-
syn = "2.0.66"
18+
syn = "3.0.2"
1919
synstructure = "0.13.1"

0 commit comments

Comments
 (0)