Skip to content

Commit 3c83044

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 2f7d9eb commit 3c83044

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
@@ -84,7 +84,7 @@ url = "2.1.1"
8484
chrono = "0.4.31"
8585
trybuild = "1.0.65"
8686
proc-macro2 = "1.0"
87-
syn = "1.0"
87+
syn = "2.0"
8888
quote = "1.0.3"
8989
num-bigint = "0.4"
9090
ratchet = { package = "ratchet_rs", version = "0.4" }

0 commit comments

Comments
 (0)