Skip to content

build(deps): bump tiny-skia from 0.5.1 to 0.11.4#113

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tiny-skia-0.11.4
Open

build(deps): bump tiny-skia from 0.5.1 to 0.11.4#113
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tiny-skia-0.11.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps tiny-skia from 0.5.1 to 0.11.4.

Changelog

Sourced from tiny-skia's changelog.

[0.11.4] - 2024-02-04

Fixed

  • Path::compute_tight_bounds calculation. Thanks to @​qbcbyb

[0.11.3] - 2023-12-03

Added

  • Path::compute_tight_bounds

[0.11.2] - 2023-10-01

Changed

  • MSRV bumped to stable, because of the flate2 crate.

Fixed

  • Transform::is_valid was treating 1/4096 as zero. We need a higher precision.
  • Build failure on AVX2 with --no-default-features. Thanks to @​linkmauve

[0.11.1] - 2023-06-17

Changed

  • MSRV bumped to 1.60, because of the log crate.

Fixed

  • LineJoin::MiterClip handling with small miter_limit. Thanks to @​torokati44

[0.11.0] - 2023-06-08

Added

Changed

  • Rect::inset and Rect::outset are no longer require a mutable self. Thanks to @​wezm

[0.10.0] - 2023-05-27

Added

  • PathBuilder::push_path
  • NonZeroRect
  • Size
  • Rect::transform
  • Rect::bbox_transform
  • Transform::from_bbox
  • Transform::is_valid
  • Transform::get_scale
  • Transform::pre_rotate
  • Transform::post_rotate
  • Transform::pre_rotate_at
  • Transform::post_rotate_at
  • Transform::map_point

... (truncated)

Commits
  • ce3fe9b Version bump.
  • a97f7ff Fix Path::compute_tight_bounds calculation.
  • 4741251 Version bump.
  • fb7a6f4 Add Path::compute_tight_bounds
  • f050a90 Version bump.
  • f659d94 Remove support of non-stable Rust.
  • 529cb8f Do not run clippy on CI.
  • 628b066 Transform::is_valid was treating 1/4096 as zero.
  • d2b7abb Clippy fixes and CI workflow update.
  • eb03212 Remove unnecessary casts.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 28, 2025
@0xB10C
Copy link
Owner

0xB10C commented Jul 28, 2025

error[E0308]: mismatched types
   --> web/src/ogimage.rs:344:53
    |
344 |     if resvg::render(&rtree, usvg::FitTo::Original, pixmap.as_mut()).is_none() {
    |        -------------                                ^^^^^^^^^^^^^^^ expected `tiny_skia::pixmap::PixmapMut<'_>`, found `PixmapMut<'_>`
    |        |
    |        arguments to this function are incorrect
    |
note: two different versions of crate `tiny_skia` are being used; two types coming from two different versions of the same crate are different types even if they look the same
   --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-0.11.4/src/pixmap.rs:446:1
    |
446 | pub struct PixmapMut<'a> {
    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the found type `PixmapMut`
    |
   ::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-0.5.1/src/pixmap.rs:448:1
    |
448 | pub struct PixmapMut<'a> {
    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type `tiny_skia::pixmap::PixmapMut`
    |
   ::: web/src/ogimage.rs:4:5
    |
4   | use tiny_skia::Pixmap;
    |     --------- one version of crate `tiny_skia` used here, as a direct dependency of the current crate
...
344 |     if resvg::render(&rtree, usvg::FitTo::Original, pixmap.as_mut()).is_none() {
    |        ----- one version of crate `tiny_skia` used here, as a dependency of crate `resvg`
    = help: you can use `cargo tree` to explore your dependency tree
note: function defined here
   --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.14.1/src/lib.rs:33:8
    |
33  | pub fn render(
    |        ^^^^^^

For more information about this error, try `rustc --explain E0308`.
error: could not compile `miningpool-observer-web` (bin "miningpool-observer-web") due to 1 previous error

Bumps [tiny-skia](https://github.com/RazrFalcon/tiny-skia) from 0.5.1 to 0.11.4.
- [Changelog](https://github.com/linebender/tiny-skia/blob/main/CHANGELOG.md)
- [Commits](linebender/tiny-skia@v0.5.1...v0.11.4)

---
updated-dependencies:
- dependency-name: tiny-skia
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tiny-skia-0.11.4 branch from 5f2d711 to 3f5e721 Compare July 29, 2025 09:00
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

Comments