diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index d673dc5c610..0795bb7803f 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -47,7 +47,7 @@ malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = { path = "../malloc_size_of_derive" } matches = "0.1" num_cpus = {version = "1.1.0", optional = true} -num-integer = "0.1.32" +num-integer = "0.1" num-traits = "0.2" num-derive = "0.2" new-ordered-float = "1.0"