From 5196669cd307b09acb700cb40a61ec06d158c9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:22:58 +0000 Subject: [PATCH] Update bitstream-io requirement from 1.0 to 2.0 Updates the requirements on [bitstream-io](https://github.com/tuffy/bitstream-io) to permit the latest version. - [Commits](https://github.com/tuffy/bitstream-io/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"