diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 983b53c06e8..1940219ea74 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -38,7 +38,7 @@ fallible = { path = "../fallible" } fxhash = "0.2" hashglobe = { path = "../hashglobe" } html5ever = {version = "0.22", optional = true} -indexmap = "1.0.2" +indexmap = "1.0" itertools = "0.8" itoa = "0.4" lazy_static = "1"