From e2a34ddb0c2ae5455c1e383128a3fb5789f7d0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:54:50 +0000 Subject: [PATCH] Bump syn from 2.0.12 to 2.0.16 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.12 to 2.0.16. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.12...2.0.16) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a91ac0f..4c9413f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ once_cell = "1.17.1" nom = "7.1.1" pathdiff = "0.2.1" which = { version = "4.4.0", optional = true, default-features = false } -syn = "2.0.12" +syn = "2.0.16" quote = "1.0.26" \ No newline at end of file