From ccf6be8be3c0206578ae6cbb9766d6281bbda2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:33:50 +0100 Subject: [PATCH] build(deps): update syn requirement from 1.0 to 2.0 (#834) 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.39) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 0422e16..046fafd 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -18,5 +18,5 @@ vk-parse = { version = "0.12", features = ["vkxml-convert"] } vkxml = "0.3" [dependencies.syn] -version = "1.0" +version = "2.0" features = ["full", "extra-traits"]