Skip to content

Commit

Permalink
build(deps): update vk-parse requirement from 0.13 to 0.14 (#927)
Browse files Browse the repository at this point in the history
Updates the requirements on [vk-parse](https://github.com/krolli/vk-parse) to permit the latest version.
- [Commits](krolli/vk-parse@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent a00c45e commit 67ac59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 67ac59a

Please sign in to comment.