File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ servo = ["string_cache"]
1717app_units = " 0.7"
1818cssparser = " 0.35"
1919euclid = " 0.22"
20- selectors = { version = " 0.30 " , path = " ../selectors" }
20+ selectors = { version = " 0.31 " , path = " ../selectors" }
2121servo_arc = { version = " 0.4" , path = " ../servo_arc" }
2222smallbitvec = " 2.3.0"
2323smallvec = " 1.13"
Original file line number Diff line number Diff line change 11[package ]
22name = " selectors"
3- version = " 0.30 .0"
3+ version = " 0.31 .0"
44authors = [" The Servo Project Developers" ]
55documentation = " https://docs.rs/selectors/"
66description = " CSS Selectors matching for Rust"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ parking_lot = "0.12"
8484precomputed-hash = " 0.1.1"
8585rayon = " 1"
8686rayon-core = " 1"
87- selectors = { version = " 0.30 .0" , path = " ../selectors" }
87+ selectors = { version = " 0.31 .0" , path = " ../selectors" }
8888serde = {version = " 1.0" , optional = true , features = [" derive" ]}
8989servo_arc = { version = " 0.4.0" , path = " ../servo_arc" }
9090stylo_atoms = { version = " 0.5" , path = " ../stylo_atoms" , optional = true }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cssparser = "0.35"
2323euclid = " 0.22"
2424malloc_size_of = { version = " 0.5" , path = " ../malloc_size_of" , package = " stylo_malloc_size_of" }
2525malloc_size_of_derive = " 0.1"
26- selectors = { version = " 0.30 " , path = " ../selectors" }
26+ selectors = { version = " 0.31 " , path = " ../selectors" }
2727serde = " 1.0"
2828servo_arc = { version = " 0.4" , path = " ../servo_arc" }
2929stylo_atoms = { version = " 0.5" , path = " ../stylo_atoms" , optional = true }
You can’t perform that action at this time.
0 commit comments