diff --git a/taffy_stylo/Cargo.toml b/taffy_stylo/Cargo.toml index d048af97e..02a73c8c9 100644 --- a/taffy_stylo/Cargo.toml +++ b/taffy_stylo/Cargo.toml @@ -8,5 +8,5 @@ license = "MIT OR Apache-2.0" [dependencies] taffy = { path = ".." } -style = { git = "https://github.com/dioxuslabs/stylo", branch = "blitz", features = ["servo"] } -servo_arc = { git = "https://github.com/dioxuslabs/stylo", branch = "blitz" } \ No newline at end of file +style = { git = "https://github.com/servo/stylo", branch = "2024-07-16", features = ["servo"] } +servo_arc = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } \ No newline at end of file