diff --git a/benchmarks/rust-ffv1/Cargo.toml b/benchmarks/rust-ffv1/Cargo.toml index 656b5d3..84fb3af 100644 --- a/benchmarks/rust-ffv1/Cargo.toml +++ b/benchmarks/rust-ffv1/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luni-4 "] edition = "2018" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.3" ffv1 = { path = "../../" } diff --git a/ffv1-decoder/Cargo.toml b/ffv1-decoder/Cargo.toml index 746e7f2..ee96d18 100644 --- a/ffv1-decoder/Cargo.toml +++ b/ffv1-decoder/Cargo.toml @@ -9,7 +9,7 @@ name="ffv1-decoder" path = "src/ffv1_decoder.rs" [dependencies] -av-codec = "^0.2" +av-codec = "^0.3" av-data = "^0.3" av-format = "^0.3" byteorder = "1.3.4"