Skip to content

Commit 5a1cdf7

Browse files
Update quick-xml requirement from 0.31.0 to 0.38.3
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.31.0...v0.38.3) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfd3f52 commit 5a1cdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "../README.md"
1212

1313
[dependencies]
1414
thiserror = "1.0.24"
15-
quick-xml = { version = "0.31.0", features = [ "serialize" ] }
15+
quick-xml = { version = "0.38.3", features = [ "serialize" ] }
1616
serde = { version = "1.0.147", features = [ "derive" ] }
1717
anyhow = { version = "1.0.40", optional = true }
1818
sha2 = { version = "0.10.6", features = [ "asm" ] }

0 commit comments

Comments
 (0)