From 34cbabef6e6bc29361c7acfe643087f5d0f99894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:08:20 +0000 Subject: [PATCH] Update av-format requirement from ^0.5 to ^0.7 Updates the requirements on [av-format](https://github.com/rust-av/rust-av) to permit the latest version. - [Release notes](https://github.com/rust-av/rust-av/releases) - [Commits](https://github.com/rust-av/rust-av/commits/format-v0.7.0) --- updated-dependencies: - dependency-name: av-format dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frames-info/Cargo.toml | 2 +- streams-info/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frames-info/Cargo.toml b/frames-info/Cargo.toml index 400f02f..dcb2b6e 100644 --- a/frames-info/Cargo.toml +++ b/frames-info/Cargo.toml @@ -14,7 +14,7 @@ path = "src/frames_info.rs" [dependencies] av-codec = "^0.2" av-data = "^0.3" -av-format = "^0.5" +av-format = "^0.7" clap = { version = "^3.2", features = ["derive"] } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } av-vorbis = { git = "https://github.com/rust-av/av-vorbis" } diff --git a/streams-info/Cargo.toml b/streams-info/Cargo.toml index a59151a..fcb11e4 100644 --- a/streams-info/Cargo.toml +++ b/streams-info/Cargo.toml @@ -14,7 +14,7 @@ path = "src/streams_info.rs" [dependencies] av-codec = "^0.2" av-data = "^0.3" -av-format = "^0.5" +av-format = "^0.7" clap = { version = "^3.2", features = ["derive"] } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } av-vorbis = { git = "https://github.com/rust-av/av-vorbis" }