diff --git a/crates/plex-api/Cargo.toml b/crates/plex-api/Cargo.toml index b36181b7..1dca8f54 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.18.1" 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"