From f8055c77d766c86091831ba0c35259be070e0158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:11:33 +0000 Subject: [PATCH] chore(deps): update dash-mpd requirement from ^0.10.0 to ^0.11.0 Updates the requirements on [dash-mpd](https://github.com/emarsden/dash-mpd-rs) to permit the latest version. - [Changelog](https://github.com/emarsden/dash-mpd-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/emarsden/dash-mpd-rs/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: dash-mpd 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 3ffd03cb..e034203a 100644 --- a/crates/plex-api/Cargo.toml +++ b/crates/plex-api/Cargo.toml @@ -44,7 +44,7 @@ async-std = { version = "^1.12", features = ["attributes"] } plex-api-test-helper = { path = "../plex-api-test-helper" } rstest = "^0.17.0" rpassword = "^7.2" -dash-mpd = "^0.10.0" +dash-mpd = "^0.11.0" hls_m3u8 = "^0.4.1" mp4 = "^0.13.0" mp3-metadata = "^0.3.4"