Skip to content

Commit e6d8b4a

Browse files
Update syn requirement from 1.0 to 2.0
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.0...2.0.66) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3bf823 commit e6d8b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ url = "2.1.1"
129129
chrono = "0.4.31"
130130
trybuild = "1.0.65"
131131
proc-macro2 = "1.0"
132-
syn = "1.0"
132+
syn = "2.0"
133133
quote = "1.0.3"
134134
num-bigint = "0.4"
135135
ratchet = { package = "ratchet_rs", version = "1.0" }

0 commit comments

Comments
 (0)