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"]
17
17
app_units = " 0.7"
18
18
cssparser = " 0.35"
19
19
euclid = " 0.22"
20
- selectors = { version = " 0.31 " , path = " ../selectors" }
20
+ selectors = { version = " 0.32 " , path = " ../selectors" }
21
21
servo_arc = { version = " 0.4" , path = " ../servo_arc" }
22
22
smallbitvec = " 2.3.0"
23
23
smallvec = " 1.13"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " selectors"
3
- version = " 0.31 .0"
3
+ version = " 0.32 .0"
4
4
authors = [" The Servo Project Developers" ]
5
5
documentation = " https://docs.rs/selectors/"
6
6
description = " CSS Selectors matching for Rust"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ parking_lot = "0.12"
84
84
precomputed-hash = " 0.1.1"
85
85
rayon = " 1"
86
86
rayon-core = " 1"
87
- selectors = { version = " 0.31 .0" , path = " ../selectors" }
87
+ selectors = { version = " 0.32 .0" , path = " ../selectors" }
88
88
serde = {version = " 1.0" , optional = true , features = [" derive" ]}
89
89
servo_arc = { version = " 0.4.0" , path = " ../servo_arc" }
90
90
stylo_atoms = { version = " 0.8" , path = " ../stylo_atoms" , optional = true }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cssparser = "0.35"
23
23
euclid = " 0.22"
24
24
malloc_size_of = { version = " 0.8" , path = " ../malloc_size_of" , package = " stylo_malloc_size_of" }
25
25
malloc_size_of_derive = " 0.1"
26
- selectors = { version = " 0.31 " , path = " ../selectors" }
26
+ selectors = { version = " 0.32 " , path = " ../selectors" }
27
27
serde = " 1.0"
28
28
servo_arc = { version = " 0.4" , path = " ../servo_arc" }
29
29
stylo_atoms = { version = " 0.8" , path = " ../stylo_atoms" , optional = true }
You can’t perform that action at this time.
0 commit comments