Update allowed duplicate crates.

This commit is contained in:
Josh Matthews 2020-08-04 19:18:20 -04:00
parent ecfaba9304
commit 98edaee311
2 changed files with 4 additions and 1 deletions

2
Cargo.lock generated
View file

@ -4357,7 +4357,7 @@ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",
"deflate 0.8.6", "deflate 0.8.6",
"miniz_oxide", "miniz_oxide 0.3.7",
] ]
[[package]] [[package]]

View file

@ -32,12 +32,15 @@ packages = [
"arrayvec", "arrayvec",
"base64", "base64",
"cocoa", "cocoa",
"deflate",
"gleam", "gleam",
"libloading", "libloading",
"metal", "metal",
"miniz_oxide", "miniz_oxide",
"num-rational",
"parking_lot", "parking_lot",
"parking_lot_core", "parking_lot_core",
"png",
"wayland-sys", "wayland-sys",
# https://github.com/servo/servo/issues/26933 # https://github.com/servo/servo/issues/26933