Unverified Commit 24133b3d authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): update quick-xml requirement from 0.28.2 to 0.29.0 (#63)

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](https://github.com/tafia/quick-xml/compare/v0.28.2...v0.29.0

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 89a62cb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ mime = "0.3.17"
nom = "7.1.3"
nugine-rust-utils = "0.3.1"
pin-project-lite = "0.2.9"
quick-xml = { version = "0.28.2", features = ["serialize"] }
quick-xml = { version = "0.29.0", features = ["serialize"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = "0.10.5"