Skip to content

Commit

Permalink
build(deps): update quick-xml requirement from 0.26 to 0.30
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.26.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent b81a2a0 commit f46d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.60.0"

[build-dependencies]
crc-any = { version = "2.3.0", default-features = false }
quick-xml = "0.26"
quick-xml = "0.30"
quote = "1"
proc-macro2 = "1.0.43"
lazy_static = "1.2.0"
Expand Down

0 comments on commit f46d3d4

Please sign in to comment.