From c914fcb03938d41032e1fb4812fa639ce3f0c112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:18:13 +0000 Subject: [PATCH] chore(deps): Bump bitstream-io from 2.5.3 to 2.6.0 Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 2.5.3 to 2.6.0. - [Commits](https://github.com/tuffy/bitstream-io/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 726d669d..911078c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitstream-io" -version = "2.5.3" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452" +checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" [[package]] name = "block-buffer"