From 67ac59aa70d086ae3291382f25921074fa8443a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:38:27 +0200 Subject: [PATCH] build(deps): update vk-parse requirement from 0.13 to 0.14 (#927) Updates the requirements on [vk-parse](https://github.com/krolli/vk-parse) to permit the latest version. - [Commits](https://github.com/krolli/vk-parse/compare/vk-parse-0.13.0...vk-parse-0.14.0) --- updated-dependencies: - dependency-name: vk-parse 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 286f312d2..c19bf9c9b 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1.7" proc-macro2 = "1.0" quote = "1.0" regex = "1.4" -vk-parse = { version = "0.13", features = ["vkxml-convert"] } +vk-parse = { version = "0.14", features = ["vkxml-convert"] } vkxml = "0.3" [dependencies.syn]