From d5f0369cd0c9728fdc2dda5d0653e7ebc625cd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:17:02 +0000 Subject: [PATCH] Update bitstream-io requirement from 1.1 to 2.2 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c68651..ec1e157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/dholroyd/h264-reader" edition = "2018" [dependencies] -bitstream-io = "1.1" +bitstream-io = "2.2" hex-slice = "0.1.4" memchr = "2.1.1" rfc6381-codec = "0.1"