Skip to content

Commit 141dfea

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 4132762 commit 141dfea

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
@@ -88,7 +88,7 @@ url = "2.1.1"
8888
chrono = "0.4.31"
8989
trybuild = "1.0.65"
9090
proc-macro2 = "1.0"
91-
syn = "1.0"
91+
syn = "2.0"
9292
quote = "1.0.3"
9393
num-bigint = "0.4"
9494
ratchet = { package = "ratchet_rs", version = "0.4" }

0 commit comments

Comments
 (0)