From 44741640a340d489bf2f61eebf8ee35588d36a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:55:09 -0500 Subject: [PATCH] Bump bitstream-io from 2.5.3 to 2.6.0 (#70) 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: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f36a292..793f934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[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 = "byte_conv" diff --git a/Cargo.toml b/Cargo.toml index 260f0ec..bcef096 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ socketcan = "3.3.0" paho-mqtt = "0.12.5" protobuf-codegen = "3.5.1" protobuf = "3.5.1" -bitstream-io = "2.5.3" +bitstream-io = "2.6.0" clap = { version = "4.5.20", features = ["derive", "env"] } rand = "0.8" phf = { version = "0.11.2", features = ["macros"] }