Skip to content

chore(Dependabot): Update tinybmp requirement from 0.5 to 0.6#13

Merged
BroderickCarlin merged 1 commit intomainfrom
dependabot/cargo/tinybmp-0.6
Dec 30, 2025
Merged

chore(Dependabot): Update tinybmp requirement from 0.5 to 0.6#13
BroderickCarlin merged 1 commit intomainfrom
dependabot/cargo/tinybmp-0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updates the requirements on tinybmp to permit the latest version.

Release notes

Sourced from tinybmp's releases.

v0.6.0

Added

  • #41 Added support for RLE8 and RLE4 encoded bitmaps

Changed

  • (breaking) #41 Use 1.71 as the MSRV.
Changelog

Sourced from tinybmp's changelog.

[0.6.0] - 2024-06-11

Added

  • #41 Added support for RLE8 and RLE4 encoded bitmaps.

Changed

  • (breaking) #41 Use 1.71 as the MSRV.

[0.5.0] - 2023-05-17

Changed

  • (breaking) #39 Updated embedded-graphics dependency to 0.8.
  • (breaking) #39 Replaced Bmp::pixel method with embedded_graphics::image::GetPixel impl.

[0.4.0] - 2022-09-30

Added

  • #28 Added a ColorTable struct and the RawBmp::color_table getter to access the BMP files color table.
  • #28 Added support for 4bpp images with color table.
  • #28 Added display example to display BMP images using the embedded-graphics simulator.
  • #34 Added Bmp::pixel and RawBmp::pixel to access individual pixels.

Changed

  • (breaking) #31 Use 1.61 as the MSRV.
  • (breaking) #28 Merged DynamicBmp and Bmp. Bmp will now automatically convert colors and doesn't require explicit color type annotations anymore.
  • (breaking) #28 Changed bounds for the Bmp color type from C: PixelColor + From<<C as PixelColor>::Raw> to C: PixelColor + From<Rgb555> + From<Rgb565> + From<Rgb888>.
  • (breaking) #28 Added additional ParseError variants for improved reporting of errors.
  • (breaking) #28 Removed RawBmp::size and RawBmp::color_bpp. Use RawBmp::header().image_size and RawBmp::header().bpp instead.
  • #28 Bpp::bits, RawBmp::image_data, RawBmp::header, and RawPixel::new are now const.
  • #28 BMP files with incomplete image data are now detected by Bmp::from_slice.

Fixed

  • #32 Report error for images with width <= 0 or height == 0 instead of causing a panic.

[0.3.3] - 2022-04-18

Fixed

  • #25 Fixed a bug in the new color table support added in v0.3.2 where the color table length was incorrectly calculated.

[0.3.2] - 2022-04-16

Added

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 29, 2025
@BroderickCarlin
Copy link
Owner

@dependabot rebase

Updates the requirements on [tinybmp](https://github.com/embedded-graphics/tinybmp) to permit the latest version.
- [Release notes](https://github.com/embedded-graphics/tinybmp/releases)
- [Changelog](https://github.com/embedded-graphics/tinybmp/blob/main/CHANGELOG.md)
- [Commits](embedded-graphics/tinybmp@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: tinybmp
  dependency-version: 0.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tinybmp-0.6 branch from 3dcec5e to 849bc7b Compare December 30, 2025 00:09
@BroderickCarlin BroderickCarlin merged commit d9be751 into main Dec 30, 2025
4 checks passed
@BroderickCarlin BroderickCarlin deleted the dependabot/cargo/tinybmp-0.6 branch December 30, 2025 03:29
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.

1 participant