From ff1a9dbb2eece82f113f756bb0b380affd55bb73 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 14 Nov 2019 04:59:56 +0000 Subject: [PATCH] style: Update some dependencies. Differential Revision: https://phabricator.services.mozilla.com/D49458 --- components/style/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index f15c64e2f56..b068e0f5899 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -28,7 +28,7 @@ gecko_profiler = [] [dependencies] app_units = "0.7" -arrayvec = "0.4.6" +arrayvec = "0.5" atomic_refcell = "0.1" bitflags = "1.0" byteorder = "1.0" @@ -74,7 +74,7 @@ thin-slice = "0.1.0" to_shmem = {path = "../to_shmem"} to_shmem_derive = {path = "../to_shmem_derive"} time = "0.1" -uluru = "0.3" +uluru = "0.4" unicode-bidi = "0.3" unicode-segmentation = "1.0" void = "1.0.2"