diff options
Diffstat (limited to 'components/style')
-rw-r--r-- | components/style/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 28cbed57f45..46bfa35bbbe 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -15,7 +15,7 @@ gecko = [] [dependencies] app_units = {version = "0.2.3", features = ["plugins"]} -bitflags = "0.6.0" +bitflags = "0.7" cssparser = {version = "0.5.5", features = ["heap_size", "serde-serialization"]} encoding = "0.2" euclid = {version = "0.6.4", features = ["plugins"]} |