diff --git a/Cargo.lock b/Cargo.lock index e90fe941ea9..ee9a720f575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ dependencies = [ "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "nsstring_vendor 0.1.0", "parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.18.0", + "selectors 0.19.0", "style 0.0.1", "style_traits 0.0.1", "stylo_tests 0.0.1", @@ -1398,7 +1398,7 @@ dependencies = [ "rayon 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "script_layout_interface 0.0.1", "script_traits 0.0.1", - "selectors 0.18.0", + "selectors 0.19.0", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1446,7 +1446,7 @@ dependencies = [ "script 0.0.1", "script_layout_interface 0.0.1", "script_traits 0.0.1", - "selectors 0.18.0", + "selectors 0.19.0", "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "servo_config 0.0.1", @@ -2369,7 +2369,7 @@ dependencies = [ "script_layout_interface 0.0.1", "script_plugins 0.0.1", "script_traits 0.0.1", - "selectors 0.18.0", + "selectors 0.19.0", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "servo_atoms 0.0.1", @@ -2413,7 +2413,7 @@ dependencies = [ "profile_traits 0.0.1", "range 0.0.1", "script_traits 0.0.1", - "selectors 0.18.0", + "selectors 0.19.0", "servo_url 0.0.1", "style 0.0.1", "webrender_traits 0.39.0 (git+https://github.com/servo/webrender)", @@ -2466,7 +2466,7 @@ dependencies = [ [[package]] name = "selectors" -version = "0.18.0" +version = "0.19.0" dependencies = [ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2869,7 +2869,7 @@ dependencies = [ "precomputed-hash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.18.0", + "selectors 0.19.0", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "servo_atoms 0.0.1", @@ -2906,7 +2906,7 @@ dependencies = [ "parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.18.0", + "selectors 0.19.0", "servo_atoms 0.0.1", "servo_config 0.0.1", "servo_url 0.0.1", @@ -2939,7 +2939,7 @@ dependencies = [ "geckoservo 0.0.1", "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.18.0", + "selectors 0.19.0", "size_of_test 0.0.1", "style 0.0.1", "style_traits 0.0.1", diff --git a/components/selectors/Cargo.toml b/components/selectors/Cargo.toml index 4ca9a240c67..f0c48ad4f8d 100644 --- a/components/selectors/Cargo.toml +++ b/components/selectors/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "selectors" -version = "0.18.0" # Not yet published +version = "0.19.0" # Not yet published authors = ["Simon Sapin ", "Alan Jeffrey "] documentation = "https://docs.rs/selectors/"