Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-06-07 00:54:17 +02:00
parent 5b62f66f6e
commit f9610e5898

9
Cargo.lock generated
View file

@ -3455,7 +3455,6 @@ dependencies = [
"smallbitvec", "smallbitvec",
"smallvec", "smallvec",
"string_cache", "string_cache",
"thin-slice",
"time 0.1.45", "time 0.1.45",
"tokio", "tokio",
"url", "url",
@ -5984,7 +5983,6 @@ dependencies = [
"string_cache", "string_cache",
"style_derive", "style_derive",
"style_traits", "style_traits",
"thin-slice",
"time 0.1.45", "time 0.1.45",
"to_shmem", "to_shmem",
"to_shmem_derive", "to_shmem_derive",
@ -6197,12 +6195,6 @@ dependencies = [
"unicode-width", "unicode-width",
] ]
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.38" version = "1.0.38"
@ -6352,7 +6344,6 @@ dependencies = [
"smallbitvec", "smallbitvec",
"smallvec", "smallvec",
"string_cache", "string_cache",
"thin-slice",
] ]
[[package]] [[package]]