diff --git a/frames-info/Cargo.toml b/frames-info/Cargo.toml index 400f02f..f05d27a 100644 --- a/frames-info/Cargo.toml +++ b/frames-info/Cargo.toml @@ -12,7 +12,7 @@ name="frames_info" path = "src/frames_info.rs" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.5" clap = { version = "^3.2", features = ["derive"] } diff --git a/streams-info/Cargo.toml b/streams-info/Cargo.toml index a59151a..8a3981c 100644 --- a/streams-info/Cargo.toml +++ b/streams-info/Cargo.toml @@ -12,7 +12,7 @@ name="streams_info" path = "src/streams_info.rs" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.5" clap = { version = "^3.2", features = ["derive"] }