mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +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
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -2840,14 +2840,10 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "immeta"
|
||||
version = "0.4.1"
|
||||
source = "git+https://github.com/fabricedesre/immeta.git#7f08e1bd465078baedfb37269aea1612af9bfd5f"
|
||||
dependencies = [
|
||||
"arrayvec 0.7.4",
|
||||
"byteorder",
|
||||
"num-traits",
|
||||
]
|
||||
name = "imsz"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76a49eaebc8750bcba241df1e1e47ebb51b81eb35c65e8f11ffa0aebac353f7f"
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
|
@ -3852,7 +3848,7 @@ dependencies = [
|
|||
"hyper",
|
||||
"hyper-rustls",
|
||||
"hyper_serde",
|
||||
"immeta",
|
||||
"imsz",
|
||||
"ipc-channel",
|
||||
"lazy_static",
|
||||
"libflate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue