From cc1960a178aba34e6f720b54c139061a41ad4525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:58:51 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement from ^0.28 to ^0.29 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.0...v0.29.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/plex-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/plex-api/Cargo.toml b/crates/plex-api/Cargo.toml index 146a5b6e..a63802e7 100644 --- a/crates/plex-api/Cargo.toml +++ b/crates/plex-api/Cargo.toml @@ -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"] }