From df2acb077fe80a9314562536aa589140a816b887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:08:15 +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] --- 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..f05d27a 100644 --- a/frames-info/Cargo.toml +++ b/frames-info/Cargo.toml @@ -12,7 +12,7 @@ name="frames_info" path = "src/frames_info.rs" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.5" clap = { version = "^3.2", features = ["derive"] } diff --git a/streams-info/Cargo.toml b/streams-info/Cargo.toml index a59151a..8a3981c 100644 --- a/streams-info/Cargo.toml +++ b/streams-info/Cargo.toml @@ -12,7 +12,7 @@ name="streams_info" path = "src/streams_info.rs" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.5" clap = { version = "^3.2", features = ["derive"] }