mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
deps: Upgrade to webrender@0.66
(#35325)
In addition to some small API changes, this downstream version of
WebRender no longer depends on a very old version of time. This is the
last step toward removing the dependency on `time0.1`.
The review for this commit should also include: 9f552bebab
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
4721f47190
commit
643885e6f1
32 changed files with 72 additions and 76 deletions
|
@ -12,8 +12,6 @@ feature-depth = 1
|
|||
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
|
||||
[advisories]
|
||||
ignore = [
|
||||
# This is for the usage of time@0.1.45 in WebRender, which should be removed soon.
|
||||
"RUSTSEC-2020-0071",
|
||||
# This has been yanked, but upgrading to the next version breaks some WPT tests.
|
||||
# It needs investigation.
|
||||
"url@2.5.3",
|
||||
|
@ -87,8 +85,6 @@ skip = [
|
|||
"futures",
|
||||
"hermit-abi",
|
||||
"redox_syscall",
|
||||
"time",
|
||||
"wasi",
|
||||
"wayland-sys",
|
||||
|
||||
# Duplicated by aws-lc-rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue