mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
0cf84f9f7c
commit
1b6351486c
4 changed files with 18 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue