aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow/inline/construct.rs
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-23 17:33:20 +0000
committerGitHub <noreply@github.com>2025-05-23 17:33:20 +0000
commitbd5c027e9fa752298f9701b3433b5cf3ddb51a1d (patch)
tree0e5c4ccdbc2b3af67404cc7788788b5df24ec76c /components/layout/flow/inline/construct.rs
parentfcc391d8525c1e9b478b62d16d4a47881f131124 (diff)
downloadservo-bd5c027e9fa752298f9701b3433b5cf3ddb51a1d.tar.gz
servo-bd5c027e9fa752298f9701b3433b5cf3ddb51a1d.zip
build(deps): bump weezl from 0.1.8 to 0.1.10 (#37107)
Bumps [weezl](https://github.com/image-rs/weezl) from 0.1.8 to 0.1.10. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/image-rs/weezl/blob/master/Changes.md">weezl's changelog</a>.</em></p> <blockquote> <h2>Version 0.1.10</h2> <ul> <li>Reverted changes made in 0.1.9 to the behavior of the decoder under non libtiff-compatibility mode. Trying to read the decoder with an empty output buffer will at least inspect the next symbol and either error or indicate the end-of-stream accordingly.</li> </ul> <h2>Version 0.1.9 (yanked)</h2> <ul> <li>Increased decoding throughput by 3—30% depending on CPU and data.</li> <li>Added <code>{encode,decode}::Configuration</code> as builder types for their respective module. They can be cheaply cloned.</li> <li>Added <code>decode::Configuration::with_yield_on_full_buffer</code> to explicitly opt-in to libtiff compatibility. The decoder will not read or interpret further symbols of the decoding stream when the output buffer is full. This enables a caller to stop fetching symbols and elide an end of stream marker based on out-of-band length information. The decoder might otherwise error, trying to interpret data that does not belong to the stream.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/image-rs/weezl/commit/fd444602c54a17ed3a557b455906efd8c90a5c98"><code>fd44460</code></a> Bump crate in Cargo.lock file</li> <li><a href="https://github.com/image-rs/weezl/commit/7ef0eb40ca22a0d7e9bae7e8eb2bee2a8dee9057"><code>7ef0eb4</code></a> Release notes for 0.1.10</li> <li><a href="https://github.com/image-rs/weezl/commit/4dc5761d51391816842b6d4462cd9fbee74e94fd"><code>4dc5761</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/weezl/issues/49">#49</a> from image-rs/issue-48-behavior-change-on-empty-buffer</li> <li><a href="https://github.com/image-rs/weezl/commit/9563fd8a47b7f14d9656109e1602ba46ee3f1f31"><code>9563fd8</code></a> Fix behavior difference for 0.1.9</li> <li><a href="https://github.com/image-rs/weezl/commit/cb2c8421cc99eb69829bb7e51dcadc500cfd889b"><code>cb2c842</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/weezl/issues/47">#47</a> from image-rs/release-0.1.9</li> <li><a href="https://github.com/image-rs/weezl/commit/6d36f9b6167fda0a1c0590a89c46d7b9a5caf92a"><code>6d36f9b</code></a> Bump lockfile</li> <li><a href="https://github.com/image-rs/weezl/commit/d14169c023cb6f5ab6a707da944c8129e2d29c87"><code>d14169c</code></a> Release information for 0.1.9</li> <li><a href="https://github.com/image-rs/weezl/commit/5fa96ad878ebdc9afb1b9212436d2996a148ff15"><code>5fa96ad</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/weezl/issues/46">#46</a> from image-rs/performance-tuning</li> <li><a href="https://github.com/image-rs/weezl/commit/3bdf6844cdf22de70725b39a0e1c067812fea3d9"><code>3bdf684</code></a> Reduce burst loop register pressure</li> <li><a href="https://github.com/image-rs/weezl/commit/d3022443f8169cb9787ea953276b102706948c2c"><code>d302244</code></a> Elimite data dependencies in creating burst codes</li> <li>Additional commits viewable in <a href="https://github.com/image-rs/weezl/compare/v0.1.8...v0.1.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=weezl&package-manager=cargo&previous-version=0.1.8&new-version=0.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'components/layout/flow/inline/construct.rs')
0 files changed, 0 insertions, 0 deletions