diff --git a/frames-info/Cargo.toml b/frames-info/Cargo.toml index 400f02f..e8d94ba 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.1", 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..7d00cd5 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.1", 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"] }