From 5b886cc21e0199773ea3ec530d8c29399f5d6805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:59:32 +0000 Subject: [PATCH] Update clap requirement from ^3.2 to ^4.2 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.2.0...v4.2.1) --- updated-dependencies: - dependency-name: clap 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..1da8824 100644 --- a/frames-info/Cargo.toml +++ b/frames-info/Cargo.toml @@ -15,7 +15,7 @@ path = "src/frames_info.rs" av-codec = "^0.2" av-data = "^0.3" av-format = "^0.5" -clap = { version = "^3.2", features = ["derive"] } +clap = { version = "^4.2", features = ["derive"] } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } av-vorbis = { git = "https://github.com/rust-av/av-vorbis" } libopus = { version = "0.1.0", git = "https://github.com/rust-av/opus-rs", features = ["codec-trait"] } diff --git a/streams-info/Cargo.toml b/streams-info/Cargo.toml index a59151a..c08fe26 100644 --- a/streams-info/Cargo.toml +++ b/streams-info/Cargo.toml @@ -15,7 +15,7 @@ path = "src/streams_info.rs" av-codec = "^0.2" av-data = "^0.3" av-format = "^0.5" -clap = { version = "^3.2", features = ["derive"] } +clap = { version = "^4.2", features = ["derive"] } matroska = { version = "0.1.0", git = "https://github.com/rust-av/matroska" } av-vorbis = { git = "https://github.com/rust-av/av-vorbis" } libopus = { version = "0.1.0", git = "https://github.com/rust-av/opus-rs", features = ["codec-trait"] }