diff options
author | Oriol Brufau <obrufau@igalia.com> | 2023-06-07 00:50:20 +0200 |
---|---|---|
committer | Oriol Brufau <obrufau@igalia.com> | 2023-06-09 10:22:24 +0200 |
commit | 89041ac33035318fb0507191e5df31adbc758d1b (patch) | |
tree | 047d773d66d565a52c8f1aa973c0922f08655ee4 | |
parent | 2b6fce1e57902254a72d6d4148f6d996fce29345 (diff) | |
download | servo-89041ac33035318fb0507191e5df31adbc758d1b.tar.gz servo-89041ac33035318fb0507191e5df31adbc758d1b.zip |
Further changes required by Servo
-rw-r--r-- | Cargo.lock | 19 | ||||
-rw-r--r-- | servo-tidy.toml | 2 |
2 files changed, 0 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock index d8ce282dcf2..aedcc003f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1602,14 +1602,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] -name = "fallible" -version = "0.0.1" -dependencies = [ - "hashglobe", - "smallvec", -] - -[[package]] name = "fastrand" version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2599,14 +2591,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" [[package]] -name = "hashglobe" -version = "0.1.0" -dependencies = [ - "libc", - "rand 0.7.3", -] - -[[package]] name = "headers" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3461,7 +3445,6 @@ dependencies = [ "crossbeam-channel 0.4.4", "cssparser", "euclid", - "hashglobe", "http", "hyper_serde", "keyboard-types", @@ -5970,9 +5953,7 @@ dependencies = [ "derive_more", "encoding_rs", "euclid", - "fallible", "fxhash", - "hashglobe", "html5ever", "indexmap", "itertools", diff --git a/servo-tidy.toml b/servo-tidy.toml index 8254b04bd91..17b924c0dc0 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -11,7 +11,6 @@ lint-scripts = ["./python/servo/lints/wpt_lint.py"] [blocked-packages] num = [] rand = [ - "hashglobe", # Only used in tests "ipc-channel", "phf_generator", "quickcheck", # Only used in tests @@ -135,7 +134,6 @@ directories = [ "./components/script/dom/bindings/codegen/ply", "./python/_virtualenv*", "./python/mach", - "./components/hashglobe/src", # Generated and upstream code combined with our own. Could use cleanup "./target", ] |