mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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="fd444602c5
"><code>fd44460</code></a> Bump crate in Cargo.lock file</li> <li><a href="7ef0eb40ca
"><code>7ef0eb4</code></a> Release notes for 0.1.10</li> <li><a href="4dc5761d51
"><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="9563fd8a47
"><code>9563fd8</code></a> Fix behavior difference for 0.1.9</li> <li><a href="cb2c8421cc
"><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="6d36f9b616
"><code>6d36f9b</code></a> Bump lockfile</li> <li><a href="d14169c023
"><code>d14169c</code></a> Release information for 0.1.9</li> <li><a href="5fa96ad878
"><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="3bdf6844cd
"><code>3bdf684</code></a> Reduce burst loop register pressure</li> <li><a href="d3022443f8
"><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 /> [](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>
This commit is contained in:
parent
fcc391d852
commit
bd5c027e9f
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -8724,9 +8724,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "weezl"
|
||||
version = "0.1.8"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
||||
checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-core"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue