Skip to content

Commit

Permalink
build(deps): update quick-xml requirement from 0.30 to 0.31
Browse files Browse the repository at this point in the history
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Oct 30, 2023
1 parent fd5d2ee commit 29e2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk4-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blueprint = []

[dependencies]
anyhow = "1.0"
quick-xml = {version = "0.30", optional = true}
quick-xml = {version = "0.31", optional = true}
proc-macro-crate = "2.0"
proc-macro-error = "1.0"
proc-macro2 = "1.0"
Expand Down

0 comments on commit 29e2b85

Please sign in to comment.