Skip to content

Commit

Permalink
chore(deps): update quick-xml requirement from ^0.28 to ^0.29
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.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent 6f03478 commit cc1960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/plex-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
futures = "^0.3.25"
serde_with = { version = "^3.0", features = ["json"] }
quick-xml = { version = "^0.28", features = [ "serialize" ] }
quick-xml = { version = "^0.29", features = [ "serialize" ] }
serde_plain = "^1.0.1"
serde_repr = "^0.1"
time = { version = "^0.3", features = ["serde-well-known", "serde-human-readable"] }
Expand Down

0 comments on commit cc1960a

Please sign in to comment.