From 2ce4b35857c437b8824845f651ad85e518e92f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:31:29 +0000 Subject: [PATCH] chore(deps): update mp4 requirement from ^0.13.0 to ^0.14.0 Updates the requirements on [mp4](https://github.com/alfg/mp4-rust) to permit the latest version. - [Release notes](https://github.com/alfg/mp4-rust/releases) - [Commits](https://github.com/alfg/mp4-rust/compare/0.13.0...0.14.0) --- updated-dependencies: - dependency-name: mp4 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 670227ad..79f6bf04 100644 --- a/crates/plex-api/Cargo.toml +++ b/crates/plex-api/Cargo.toml @@ -46,7 +46,7 @@ rstest = "^0.18.1" rpassword = "^7.2" dash-mpd = "^0.12.0" hls_m3u8 = "^0.4.1" -mp4 = "^0.13.0" +mp4 = "^0.14.0" mp3-metadata = "^0.3.4" image = "^0.24.5" pico-args = "^0.5.0"