Skip to content

Bump bitstream-io from 2.6.0 to 4.10.0#132

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/bitstream-io-4.10.0
Open

Bump bitstream-io from 2.6.0 to 4.10.0#132
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/bitstream-io-4.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps bitstream-io from 2.6.0 to 4.10.0.

Changelog

Sourced from bitstream-io's changelog.

4.9.0

  • Further extend VBR integer support

4.8.0

  • Add io::Seek support to ByteReader

4.7.0

  • Add support for LLVM-style variable bit rate integers

4.6.0

  • Add no alloc support

4.5.0

  • Implement new CheckedSignedFixed type alias
  • Implement FixedSignedBitCount for use by CheckedSignedFixed

4.4.0

  • Implement new CheckedUnsignedFixed type alias
  • Implement FixedBitCount for use by CheckedUnsignedFixed

4.3.0

  • Add bytes method to ToByteStream traits with default implementations

4.2.0

  • Add Checked API for avoiding redundant validation during writes
  • Add BitCount-related helper methods to optimize unary writes

4.1.0

  • Implement FromBitStreamUsing convenience trait
  • Implement FromByteStreamUsing convenience trait
  • Implement ToBitStreamUsing convenience trait
  • Implement ToByteStreamUsing convenience trait

4.0.0

  • Implement SignedBitCount for signed integer types.
  • Remove endianness requirement for BitCounter
  • Optimize BitRecorder implementation to be much faster
  • Optimize read/write_bytes to be much faster for un-aligned bytes
  • Seal Endianness traits from further downstream implementation

... (truncated)

Commits
  • 0ca4d89 Bump version to 4.10.0
  • a5b61a0 Update no-std dependency from core2 to no-std-io2
  • 6ac1342 Optimize Huffman code writer
  • 41cd533 Add method to retrieve unsigned bits from SignedBitCount
  • 354041e Merge pull request #35 from wojciech-graj/master
  • 3f5d3f7 Automatically generate feature gate docs
  • 63e05b2 Bump version to 4.9.0
  • ed9b3cf Pull VBR integer method delegation out into its own VBRInteger trait
  • 2d82200 Update change log
  • 4711530 Merge pull request #34 from njames93/extend-vbr-support
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 15, 2026
Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 2.6.0 to 4.10.0.
- [Changelog](https://github.com/tuffy/bitstream-io/blob/master/CHANGES.md)
- [Commits](tuffy/bitstream-io@v2.6.0...v4.10.0)

---
updated-dependencies:
- dependency-name: bitstream-io
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/bitstream-io-4.10.0 branch from 34c5331 to 59dd953 Compare April 15, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants