Skip to content

Commit 55dc692

Browse files
build(deps): update vk-parse requirement from 0.16 to 0.17 (#995)
Updates the requirements on [vk-parse](https://github.com/krolli/vk-parse) to permit the latest version. - [Commits](krolli/vk-parse@vk-parse-0.16.0...vk-parse-0.17.0) --- updated-dependencies: - dependency-name: vk-parse dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64b2556 commit 55dc692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ once_cell = "1.7"
1717
proc-macro2 = "1.0"
1818
quote = "1.0"
1919
regex = "1.4"
20-
vk-parse = { version = "0.16", features = ["vkxml-convert"] }
20+
vk-parse = { version = "0.17", features = ["vkxml-convert"] }
2121
vkxml = "0.3"
2222

2323
[dependencies.syn]

0 commit comments

Comments
 (0)