Bug 1584904 - Remove cert_storage dependency on style. r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D47727

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Cameron McCormack 2019-10-01 16:58:38 +00:00
Родитель 2b03a82ba0
Коммит 3a96c1c704
3 изменённых файлов: 0 добавлений и 3 удалений

1
Cargo.lock сгенерированный
Просмотреть файл

@ -424,7 +424,6 @@ dependencies = [
"rust_cascade 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"storage_variant 0.1.0",
"style 0.0.1",
"tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",

Просмотреть файл

@ -16,7 +16,6 @@ rkv = "0.10.2"
rust_cascade = "0.3.4"
sha2 = "^0.8"
storage_variant = { path = "../../../../storage/variant" }
style = { path = "../../../../servo/components/style" }
tempfile = "3"
thin-vec = { version = "0.1.0", features = ["gecko-ffi"] }
time = "0.1"

Просмотреть файл

@ -18,7 +18,6 @@ extern crate time;
#[macro_use]
extern crate xpcom;
extern crate storage_variant;
extern crate style;
extern crate tempfile;
use byteorder::{NetworkEndian, ReadBytesExt, WriteBytesExt};