aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits
diff options
context:
space:
mode:
authorteymour-aldridge <teymour.aldridge@icloud.com>2021-06-25 17:19:14 +0100
committerteymour-aldridge <teymour.aldridge@icloud.com>2021-06-25 17:19:14 +0100
commit5b2cd844d7a86e1851d7744905796f50edec2a6b (patch)
tree6b74e91ae1534eae1c0bb405fa8800c1ec6aa463 /components/canvas_traits
parent9d1af2ac7b2beafbac4bd42d3c5e7dd62ef45d5c (diff)
downloadservo-5b2cd844d7a86e1851d7744905796f50edec2a6b.tar.gz
servo-5b2cd844d7a86e1851d7744905796f50edec2a6b.zip
Bump `time` to latest `v0.1.x` version.
Diffstat (limited to 'components/canvas_traits')
-rw-r--r--components/canvas_traits/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml
index d6d8290378e..8e0d3397c25 100644
--- a/components/canvas_traits/Cargo.toml
+++ b/components/canvas_traits/Cargo.toml
@@ -28,6 +28,6 @@ serde_bytes = "0.11"
servo_config = { path = "../config" }
sparkle = "0.1"
style = { path = "../style" }
-time = { version = "0.1.0", optional = true }
+time = { version = "0.1.41", optional = true }
webrender_api = { git = "https://github.com/servo/webrender" }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }