Skip to content

Commit

Permalink
Update quick-xml requirement from 0.28.2 to 0.31.0
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.28.2...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] committed Jan 11, 2024
1 parent d217416 commit 808d225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmap-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "../README.md"

[dependencies]
thiserror = "1.0.24"
quick-xml = { version = "0.28.2", features = [ "serialize" ] }
quick-xml = { version = "0.31.0", features = [ "serialize" ] }
serde = { version = "1.0.147", features = [ "derive" ] }
anyhow = { version = "1.0.40", optional = true }
sha2 = { version = "0.10.6", features = [ "asm" ] }
Expand Down

0 comments on commit 808d225

Please sign in to comment.