From f9ac5c758e16e1ff7d368b2b701f454395109b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:45:33 +0000 Subject: [PATCH] Update file-format requirement from 0.24.0 to 0.25.0 Updates the requirements on [file-format](https://github.com/mmalecot/file-format) to permit the latest version. - [Release notes](https://github.com/mmalecot/file-format/releases) - [Changelog](https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md) - [Commits](https://github.com/mmalecot/file-format/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: file-format dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f8bd14..a1bf874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sanitise-file-name = { version = "1.0.0", optional = true } colored = { version = "2.0.4", optional = true } ac-ffmpeg = { version = "0.18.1", optional = true } ffprobe = { version = "0.4.0", optional = true } -file-format = { version = "0.24.0", features = ["reader"], optional = true } +file-format = { version = "0.25.0", features = ["reader"], optional = true } bstr = { version = "1.9.1", optional = true } hex-literal = { version = "0.4.1", optional = true } pssh-box = { version = "0.1.5", optional = true }