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

@ -34,7 +34,7 @@ http = { workspace = true }
hyper = { workspace = true, features = ["client", "http1", "http2", "tcp", "stream"] }
hyper-rustls = { workspace = true }
hyper_serde = { workspace = true }
immeta = "0.4"
imsz = { workspace = true }
ipc-channel = { workspace = true }
lazy_static = { workspace = true }
libflate = "0.1"