Skip to content

Commit

Permalink
Merge pull request #562 from andrey-yantsen/dependabot/cargo/quick-xm…
Browse files Browse the repository at this point in the history
…l-tw-0.29

chore(deps): update quick-xml requirement from ^0.28 to ^0.29
  • Loading branch information
mergify[bot] committed Jun 12, 2023
2 parents 6f03478 + cc1960a commit 4b155e8
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 4b155e8

Please sign in to comment.