From 0de3057fce09bcbfc00199aa0d035fa1f652a675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:33:20 +0000 Subject: [PATCH] Update clap requirement from ^3 to ^4 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.0...v4.0.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ffv1-decoder/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffv1-decoder/Cargo.toml b/ffv1-decoder/Cargo.toml index 746e7f2..f8a8e4c 100644 --- a/ffv1-decoder/Cargo.toml +++ b/ffv1-decoder/Cargo.toml @@ -13,6 +13,6 @@ av-codec = "^0.2" av-data = "^0.3" av-format = "^0.3" byteorder = "1.3.4" -clap = "^3" +clap = "^4" ffv1 = { path = "..", version = "0.0.0"} matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" }