From 7b444182febacb13424e318a56eb761b103087d8 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Thu, 20 Dec 2018 01:49:42 +0000 Subject: [PATCH] style: Bump smallvec and smallbitvec. Differential Revision: https://phabricator.services.mozilla.com/D15052 --- components/malloc_size_of/Cargo.toml | 2 +- components/style/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/malloc_size_of/Cargo.toml b/components/malloc_size_of/Cargo.toml index 22840c89d8a..92b3db44c15 100644 --- a/components/malloc_size_of/Cargo.toml +++ b/components/malloc_size_of/Cargo.toml @@ -37,7 +37,7 @@ selectors = { path = "../selectors" } serde = { version = "1.0.27", optional = true } serde_bytes = { version = "0.10", optional = true } servo_arc = { path = "../servo_arc" } -smallbitvec = "2.1.0" +smallbitvec = "2.3.0" smallvec = "0.6" string_cache = { version = "0.7", optional = true } thin-slice = "0.1.0" diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 9ae935c0e4d..17612eff900 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -60,8 +60,8 @@ serde = {version = "1.0", optional = true, features = ["derive"]} servo_arc = { path = "../servo_arc" } servo_atoms = {path = "../atoms", optional = true} servo_config = {path = "../config", optional = true} -smallbitvec = "2.1.1" -smallvec = "0.6" +smallbitvec = "2.3.0" +smallvec = "0.6.6" string_cache = { version = "0.7", optional = true } style_derive = {path = "../style_derive"} style_traits = {path = "../style_traits"}