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