Skip to content

Commit b3a7c75

Browse files
build(deps): update quick-xml requirement from 0.26 to 0.31
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.31.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74243e3 commit b3a7c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.65.0"
1313

1414
[build-dependencies]
1515
crc-any = { version = "2.3.0", default-features = false }
16-
quick-xml = "0.26"
16+
quick-xml = "0.31"
1717
quote = "1"
1818
proc-macro2 = "1.0.43"
1919
lazy_static = "1.2.0"

0 commit comments

Comments
 (0)