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
This commit is contained in:
Emilio Cobos Álvarez 2018-06-04 21:40:07 +02:00
parent 0f1b79327f
commit 4b10b2a7f2
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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"}