Update raqote to dedupe arrayvec and lyon_geom (#30376)

* Update raqote to dedupe arrayvec and lyon_geom

* Mark wpt test canvas/element/manual/transformations/transform_a.html as passing
This commit is contained in:
Fabrice Desré 2023-09-15 20:58:16 -07:00 committed by GitHub
parent 19d9153707
commit 4804bab118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 38 deletions

View file

@ -21,7 +21,6 @@ rand = [
# Ignored packages with duplicated versions
packages = [
"ahash",
"arrayvec",
"base64",
"bitflags",
"cfg-if",
@ -32,7 +31,6 @@ packages = [
"gl_generator",
"itoa",
"libloading",
"lyon_geom",
"mio",
"nix",
"num-rational",