From 075c64c95d619e4005d90910ad3ed284121b840b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 01:39:43 +0000 Subject: [PATCH] Update av-codec requirement from ^0.2 to ^0.3 Updates the requirements on [av-codec](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/bitstream-v0.2.0...codec-v0.3.0) --- updated-dependencies: - dependency-name: av-codec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/rust-ffv1/Cargo.toml | 2 +- ffv1-decoder/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/rust-ffv1/Cargo.toml b/benchmarks/rust-ffv1/Cargo.toml index 656b5d3..84fb3af 100644 --- a/benchmarks/rust-ffv1/Cargo.toml +++ b/benchmarks/rust-ffv1/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luni-4 "] edition = "2018" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.3" ffv1 = { path = "../../" } diff --git a/ffv1-decoder/Cargo.toml b/ffv1-decoder/Cargo.toml index 746e7f2..ee96d18 100644 --- a/ffv1-decoder/Cargo.toml +++ b/ffv1-decoder/Cargo.toml @@ -9,7 +9,7 @@ name="ffv1-decoder" path = "src/ffv1_decoder.rs" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.3" byteorder = "1.3.4"