From e35ffafc558dc46c19b640404075d0b36e12937f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:40:49 +0000 Subject: [PATCH] Update av-format requirement from 0.5.0 to 0.7.1 --- updated-dependencies: - dependency-name: av-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 003d7b7..d559ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] nom = "7.0" av-data = "0.3" -av-format = "0.5.0" +av-format = "0.7.1" [profile.release] strip = "debuginfo"