From fa072a0645bbc627dbed1440047b5c950b78d541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 03:06:38 +0000 Subject: [PATCH] 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](https://github.com/dtolnay/syn/compare/1.0.0...2.0.2) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- submillisecond_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submillisecond_macros/Cargo.toml b/submillisecond_macros/Cargo.toml index 9985449..bb18950 100644 --- a/submillisecond_macros/Cargo.toml +++ b/submillisecond_macros/Cargo.toml @@ -17,7 +17,7 @@ proc-macro2 = "1.0" quote = "1.0" regex = "1.5.6" rust-format = { version = "0.3", features = ["token_stream"] } -syn = { version = "1.0", features = ["derive", "extra-traits", "full"] } +syn = { version = "2.0", features = ["derive", "extra-traits", "full"] } [package.metadata.docs.rs] targets = ["wasm32-wasi"]