mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #28995 - servo:dependabot/cargo/image-0.24.4, r=jdm
Bump image from 0.24.3 to 0.24.4 Bumps [image](https://github.com/image-rs/image) from 0.24.3 to 0.24.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/image-rs/image/blob/master/CHANGES.md">image's changelog</a>.</em></p> <blockquote> <h3>Version 0.24.4</h3> <p>New Features:</p> <ul> <li>Encoding for <code>webp</code> is now available with the native library. This needs to be activate explicitly with the <code>web-encoder</code> feature.</li> <li><code>exr</code> decoding has gained basic limit support.</li> </ul> <p>Bug fixes:</p> <ul> <li>The <code>Iterator::size_hint</code> implementation of pixel iterators has been fixed to return the current length indicated by its <code>ExactSizeIterator</code> hint.</li> <li>Typos and bad references in the documentation have been removed.</li> </ul> <p>Performance:</p> <ul> <li><code>ImageBuffer::get_pixel{,_mut}</code> is now marked inline.</li> <li><code>resize</code> now short-circuits when image dimensions are unchanged.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d298607013
"><code>d298607</code></a> Changes and release notes for 0.24.4</li> <li><a href="162a343398
"><code>162a343</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1792">#1792</a> from kianmeng/fix-typos</li> <li><a href="1375fed9aa
"><code>1375fed</code></a> Fix typos</li> <li><a href="8624b71627
"><code>8624b71</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1784">#1784</a> from cycraig/master</li> <li><a href="74e22f5dbf
"><code>74e22f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1790">#1790</a> from GabrielDertoni/size_hint</li> <li><a href="baa5af2988
"><code>baa5af2</code></a> fix: implement size_hint for ImageBuffer iterators</li> <li><a href="794d98f746
"><code>794d98f</code></a> Annotate C libraries in README.md</li> <li><a href="7b2e1bc3b4
"><code>7b2e1bc</code></a> Fix potential overflow in WebPEncoder::encode</li> <li><a href="e9ccfcfc30
"><code>e9ccfcf</code></a> Add webp-encoder</li> <li><a href="b35437696f
"><code>b354376</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1787">#1787</a> from gents83/master</li> <li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.24.3...v0.24.4">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 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>
This commit is contained in:
commit
c1102ffc0c
1 changed files with 15 additions and 25 deletions
40
Cargo.lock
generated
40
Cargo.lock
generated
|
@ -884,7 +884,7 @@ dependencies = [
|
||||||
"euclid",
|
"euclid",
|
||||||
"gfx_traits",
|
"gfx_traits",
|
||||||
"gleam 0.12.1",
|
"gleam 0.12.1",
|
||||||
"image 0.24.3",
|
"image 0.24.4",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -1689,16 +1689,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "exr"
|
name = "exr"
|
||||||
version = "1.4.2"
|
version = "1.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "14cc0e06fb5f67e5d6beadf3a382fec9baca1aa751c6d5368fdeee7e5932c215"
|
checksum = "c9a7880199e74c6d3fe45579df2f436c5913a71405494cb89d59234d86b47dc5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"deflate 1.0.0",
|
|
||||||
"flume",
|
"flume",
|
||||||
"half",
|
"half",
|
||||||
"inflate",
|
|
||||||
"lebe",
|
"lebe",
|
||||||
|
"miniz_oxide 0.5.4",
|
||||||
"smallvec 1.9.0",
|
"smallvec 1.9.0",
|
||||||
"threadpool",
|
"threadpool",
|
||||||
]
|
]
|
||||||
|
@ -2977,9 +2976,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "image"
|
name = "image"
|
||||||
version = "0.24.3"
|
version = "0.24.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
|
checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -3015,15 +3014,6 @@ dependencies = [
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "inflate"
|
|
||||||
version = "0.4.5"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
|
|
||||||
dependencies = [
|
|
||||||
"adler32",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "inplace_it"
|
name = "inplace_it"
|
||||||
version = "0.3.4"
|
version = "0.3.4"
|
||||||
|
@ -3414,9 +3404,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lebe"
|
name = "lebe"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff"
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
|
@ -3873,9 +3863,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "miniz_oxide"
|
name = "miniz_oxide"
|
||||||
version = "0.5.1"
|
version = "0.5.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"adler 1.0.2",
|
"adler 1.0.2",
|
||||||
]
|
]
|
||||||
|
@ -4179,7 +4169,7 @@ dependencies = [
|
||||||
"http",
|
"http",
|
||||||
"hyper 0.14.5",
|
"hyper 0.14.5",
|
||||||
"hyper_serde",
|
"hyper_serde",
|
||||||
"image 0.24.3",
|
"image 0.24.4",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
|
@ -4925,7 +4915,7 @@ dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"deflate 1.0.0",
|
"deflate 1.0.0",
|
||||||
"miniz_oxide 0.5.1",
|
"miniz_oxide 0.5.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -5398,7 +5388,7 @@ dependencies = [
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"http",
|
"http",
|
||||||
"hyper_serde",
|
"hyper_serde",
|
||||||
"image 0.24.3",
|
"image 0.24.4",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
@ -5676,7 +5666,7 @@ dependencies = [
|
||||||
"clipboard",
|
"clipboard",
|
||||||
"euclid",
|
"euclid",
|
||||||
"getopts",
|
"getopts",
|
||||||
"image 0.24.3",
|
"image 0.24.4",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -7312,7 +7302,7 @@ dependencies = [
|
||||||
"euclid",
|
"euclid",
|
||||||
"headers",
|
"headers",
|
||||||
"http",
|
"http",
|
||||||
"image 0.24.3",
|
"image 0.24.4",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
"log",
|
"log",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue