mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Remove some unused dependency declarations
This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC https://github.com/rust-lang/rust/pull/72342) in a recent Nightly (more so than used in the tree as of this writing, CC https://github.com/servo/servo/issues/26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places.
This commit is contained in:
parent
c389d7d8c0
commit
d4227b5b0d
20 changed files with 7 additions and 57 deletions
|
@ -34,11 +34,9 @@ accountable-refcell = { version = "0.2.0", optional = true }
|
|||
app_units = "0.7"
|
||||
backtrace = { version = "0.3", optional = true }
|
||||
base64 = "0.10.1"
|
||||
bincode = "1"
|
||||
bitflags = "1.0"
|
||||
bluetooth_traits = { path = "../bluetooth_traits" }
|
||||
canvas_traits = { path = "../canvas_traits" }
|
||||
caseless = "0.2"
|
||||
chrono = "0.4"
|
||||
content-security-policy = { version = "0.4.0", features = ["serde"] }
|
||||
cookie = "0.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue