Skip to content

Commit f3953ce

Browse files
chore(deps): update syn requirement from 1.0.68 to 2.0.99
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@1.0.68...2.0.99) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e176cbd commit f3953ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212
proc-macro = true
1313

1414
[dependencies]
15-
syn = { version = "1.0.68", features = ["full", "extra-traits", "printing"] }
15+
syn = { version = "2.0.99", features = ["full", "extra-traits", "printing"] }
1616
darling = "0.14"
1717
ident_case = "1.0.1"
1818
quote = "1.0.9"

0 commit comments

Comments
 (0)