diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 482312c..e4c8d84 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -6,6 +6,6 @@ edition = "2018" [dependencies] dav1d = { path = "..", version = "0.10" } -bitstream-io = "1.0" +bitstream-io = "2.0" log = "0.4" structopt = "0.3"