From c6a8c0e6dab18717dd43209e5311d422840265ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:08:25 +0000 Subject: [PATCH] Update av-data requirement from ^0.3 to ^0.4 Updates the requirements on [av-data](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...data-v0.4.0) --- updated-dependencies: - dependency-name: av-data 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..3fe53d4 100644 --- a/frames-info/Cargo.toml +++ b/frames-info/Cargo.toml @@ -13,7 +13,7 @@ path = "src/frames_info.rs" [dependencies] av-codec = "^0.2" -av-data = "^0.3" +av-data = "^0.4" av-format = "^0.5" clap = { version = "^3.2", features = ["derive"] } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } diff --git a/streams-info/Cargo.toml b/streams-info/Cargo.toml index a59151a..3126e01 100644 --- a/streams-info/Cargo.toml +++ b/streams-info/Cargo.toml @@ -13,7 +13,7 @@ path = "src/streams_info.rs" [dependencies] av-codec = "^0.2" -av-data = "^0.3" +av-data = "^0.4" av-format = "^0.5" clap = { version = "^3.2", features = ["derive"] } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" }