Skip to content

Commit bd0b183

Browse files
dependabot[bot]nicholasbishop
authored andcommitted
build(deps): update syn requirement from 1.0.74 to 2.0.4
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/commits/2.0.4) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b63be5 commit bd0b183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro = true
1616
[dependencies]
1717
proc-macro2 = "1.0.28"
1818
quote = "1.0.9"
19-
syn = { version = "1.0.74", features = ["full"] }
19+
syn = { version = "2.0.4", features = ["full"] }
2020

2121
[dev-dependencies]
2222
trybuild = "1.0.61"

0 commit comments

Comments
 (0)