Skip to content

Commit 51fbb55

Browse files
chore(deps): update syn requirement from 2 to 3 (#182)
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.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Qinxuan Chen <koushiro.cqx@gmail.com>
1 parent 66351a4 commit 51fbb55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastmetrics-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ proc-macro = true
2121
[dependencies]
2222
proc-macro2 = "1"
2323
quote = "1"
24-
syn = "2"
24+
syn = "3"
2525

2626
[dev-dependencies]
2727
fastmetrics = { path = "../fastmetrics" }

0 commit comments

Comments
 (0)