Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-06-07 00:50:20 +02:00
parent 2b6fce1e57
commit 89041ac330
2 changed files with 0 additions and 21 deletions

19
Cargo.lock generated
View file

@ -1601,14 +1601,6 @@ version = "0.1.2"
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"
@ -2598,14 +2590,6 @@ version = "0.9.1"
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"
@ -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",

View file

@ -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",
]