diff options
author | Martin Robinson <mrobinson@igalia.com> | 2025-02-07 12:57:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 11:57:26 +0000 |
commit | 643885e6f14be1afb3f71f80642e9ae3e66216f3 (patch) | |
tree | 086283342a57dbbabf3d3f21258cd82e5e4cfd94 /components/script/Cargo.toml | |
parent | 4721f47190883fe1946bb938ca367565fb6bd888 (diff) | |
download | servo-643885e6f14be1afb3f71f80642e9ae3e66216f3.tar.gz servo-643885e6f14be1afb3f71f80642e9ae3e66216f3.zip |
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: https://github.com/servo/webrender/commit/9f552bebab81a73e62068c42d94be2f9c0586ce4
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/script/Cargo.toml')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 8fcb4a197c3..57a5576e8ea 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -117,7 +117,7 @@ style_traits = { workspace = true } swapper = "0.1" tempfile = "3" tendril = { version = "0.4.1", features = ["encoding_rs"] } -time_03 = { workspace = true } +time = { workspace = true } timers = { path = "../timers" } tracing = { workspace = true, optional = true } unicode-bidi = { workspace = true } |