diff --git a/frames-info/Cargo.toml b/frames-info/Cargo.toml index 400f02f..dcb2b6e 100644 --- a/frames-info/Cargo.toml +++ b/frames-info/Cargo.toml @@ -14,7 +14,7 @@ path = "src/frames_info.rs" [dependencies] av-codec = "^0.2" av-data = "^0.3" -av-format = "^0.5" +av-format = "^0.7" clap = { version = "^3.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" } diff --git a/streams-info/Cargo.toml b/streams-info/Cargo.toml index a59151a..fcb11e4 100644 --- a/streams-info/Cargo.toml +++ b/streams-info/Cargo.toml @@ -14,7 +14,7 @@ path = "src/streams_info.rs" [dependencies] av-codec = "^0.2" av-data = "^0.3" -av-format = "^0.5" +av-format = "^0.7" clap = { version = "^3.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" }