From 1b4c472bee0726005cd347dea5504153c74635fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 01:39:54 +0000 Subject: [PATCH] Update av-format requirement from ^0.3 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/compare/codec-v0.3.0...format-v0.7.0) --- updated-dependencies: - dependency-name: av-format dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- benchmarks/rust-ffv1/Cargo.toml | 2 +- ffv1-decoder/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3687afa..83b0edf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ members = ["ffv1-decoder", "benchmarks/rust-ffv1"] [dev-dependencies] av-data = "^0.3" -av-format = "^0.3" +av-format = "^0.7" byteorder = "1.3.4" matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } diff --git a/benchmarks/rust-ffv1/Cargo.toml b/benchmarks/rust-ffv1/Cargo.toml index 656b5d3..8104581 100644 --- a/benchmarks/rust-ffv1/Cargo.toml +++ b/benchmarks/rust-ffv1/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" [dependencies] av-codec = "^0.2" av-data = "^0.3" -av-format = "^0.3" +av-format = "^0.7" ffv1 = { path = "../../" } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } diff --git a/ffv1-decoder/Cargo.toml b/ffv1-decoder/Cargo.toml index 746e7f2..f0183a6 100644 --- a/ffv1-decoder/Cargo.toml +++ b/ffv1-decoder/Cargo.toml @@ -11,7 +11,7 @@ path = "src/ffv1_decoder.rs" [dependencies] av-codec = "^0.2" av-data = "^0.3" -av-format = "^0.3" +av-format = "^0.7" byteorder = "1.3.4" clap = "^3" ffv1 = { path = "..", version = "0.0.0"}