Replace immeta dependency with imsz (#30294)

`immeta` is no longer maintained and `imsz` seems to have support for
more image formats as well as having no dependencies itself.
This commit is contained in:
Martin Robinson 2023-09-06 11:20:08 +02:00 committed by GitHub
parent 0cf84f9f7c
commit 1b6351486c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 24 deletions

View file

@ -39,6 +39,7 @@ hyper = "0.14"
hyper-rustls = { version = "0.24", default-features = false, features = ["webpki-tokio", "http1", "http2", "tls12", "logging", "acceptor"] }
hyper_serde = "0.13"
image = "0.24"
imsz = "0.2"
indexmap = { version = "1.0.2", features = ["std"] }
ipc-channel = "0.17"
itertools = "0.8"
@ -111,8 +112,6 @@ opt-level = 3
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
# fork that bumps crates since the original repo is archived.
immeta = { git = "https://github.com/fabricedesre/immeta.git" }
# This is required because we want all dependencies that use WebRender to
# use our vendored version.