Skip to content

Commit

Permalink
Update quick-xml requirement from 0.36.1 to 0.37.2
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.36.1...v0.37.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent d67fc8e commit 7ac9d68
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 @@ -17,7 +17,7 @@ hmac-sha1 = "0.2.2"
sha1 = "0.10.6"
urlencoding = "2.1.3"
mime = "0.3.17"
quick-xml = {version = "0.36.1", features = ["serialize"]}
quick-xml = {version = "0.37.2", features = ["serialize"]}
tokio = { version = "1.39.2", features = ["full"]}
indicatif = { version = "0.17.8", optional = true }
futures-util = { version = "0.3.30", optional = true }
Expand Down

0 comments on commit 7ac9d68

Please sign in to comment.