mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove unused immeta dependency in net_traits
This commit is contained in:
parent
e19fefcb47
commit
9b6a065569
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1890,7 +1890,6 @@ dependencies = [
|
||||||
"hyper 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hyper 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"image 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"image 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"immeta 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -16,7 +16,6 @@ heapsize_derive = "0.1"
|
||||||
hyper = "0.10"
|
hyper = "0.10"
|
||||||
hyper_serde = "0.7"
|
hyper_serde = "0.7"
|
||||||
image = "0.12"
|
image = "0.12"
|
||||||
immeta = "0.3.1"
|
|
||||||
ipc-channel = "0.8"
|
ipc-channel = "0.8"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue