From 4b10b2a7f261428984656bcad80d93a6aec33c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 4 Jun 2018 21:40:07 +0200 Subject: [PATCH] style: Update smallbitvec to v2.1.1. Actual code changes reviewed upstream in: https://github.com/servo/smallbitvec/pull/12 Bug: 1466647 MozReview-Commit-ID: 3vKVPMovBj --- components/style/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 56e427c983a..4fb50d8ad85 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -59,7 +59,7 @@ 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.0" +smallbitvec = "2.1.1" smallvec = "0.6" string_cache = { version = "0.7", optional = true } style_derive = {path = "../style_derive"}