From 5d4c5bd71ab2b82cbeb9dce635ec104f78b84392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:02:27 +0000 Subject: [PATCH] Update syn requirement from 1.0.0 to 2.0.43 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.43) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proptest-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest-derive/Cargo.toml b/proptest-derive/Cargo.toml index b6421a4f..ecfee831 100644 --- a/proptest-derive/Cargo.toml +++ b/proptest-derive/Cargo.toml @@ -34,7 +34,7 @@ criterion = "0.5" [dependencies] proc-macro2 = "1.0" -syn = { version = "1.0.0", features = ["visit", "extra-traits", "full"] } +syn = { version = "2.0.43", features = ["visit", "extra-traits", "full"] } quote = "1.0" [features]