@@ -21,15 +21,15 @@ license = "MIT OR Apache-2.0"
2121
2222[workspace .dependencies ]
2323# Servo dependencies
24- style = { git = " https://github.com/servo/stylo" , rev = " 4ff13d4f " , package = " style " } # 2025-03-11
25- style_traits = { git = " https://github.com/servo/stylo" , rev = " 4ff13d4f " , package = " style_traits " } # 2025-03-11
26- style_config = { git = " https://github.com/servo/stylo" , rev = " 4ff13d4f " , package = " stylo_config" } # 2025-03-11
27- style_dom = { git = " https://github.com/servo/stylo" , rev = " 4ff13d4f " , package = " stylo_dom" } # 2025-03-11
28- selectors = { git = " https://github.com/servo/stylo" , rev = " 4ff13d4f " , package = " selectors" } # 2025-03-11
29-
30- markup5ever = " 0.14 " # needs to match stylo markup5ever version
31- html5ever = " 0.29 " # needs to match stylo markup5ever version
32- xml5ever = " 0.20 " # needs to match stylo markup5ever version
24+ style = { git = " https://github.com/servo/stylo" , rev = " 4b44fbdb " , package = " stylo " } # 2025-03-15
25+ style_traits = { git = " https://github.com/servo/stylo" , rev = " 4b44fbdb " , package = " stylo_traits " } # 2025-03-15
26+ style_config = { git = " https://github.com/servo/stylo" , rev = " 4b44fbdb " , package = " stylo_config" } # 2025-03-15
27+ style_dom = { git = " https://github.com/servo/stylo" , rev = " 4b44fbdb " , package = " stylo_dom" } # 2025-03-15
28+ selectors = { git = " https://github.com/servo/stylo" , rev = " 4b44fbdb " , package = " selectors" } # 2025-03-15
29+
30+ markup5ever = " 0.15 " # needs to match stylo markup5ever version
31+ html5ever = " 0.30 " # needs to match stylo markup5ever version
32+ xml5ever = " 0.21 " # needs to match stylo markup5ever version
3333euclid = " 0.22"
3434string_cache = " 0.8.7"
3535atomic_refcell = " 0.1.13"
0 commit comments