Skip to content

Commit 6aa5733

Browse files
committed
Upgrade cssparser to git commit 958a3f09
Signed-off-by: Nico Burns <[email protected]>
1 parent 646fbbc commit 6aa5733

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

malloc_size_of/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ servo = ["string_cache"]
1515

1616
[dependencies]
1717
app_units = "0.7"
18-
cssparser = "0.34"
18+
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "958a3f098acb92ddacdce18a7ef2c4a87ac3326f" }
1919
euclid = "0.22"
2020
selectors = { path = "../selectors" }
2121
servo_arc = { path = "../servo_arc" }

selectors/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to_shmem = ["dep:to_shmem", "dep:to_shmem_derive"]
2121

2222
[dependencies]
2323
bitflags = "2"
24-
cssparser = "0.34"
24+
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "958a3f098acb92ddacdce18a7ef2c4a87ac3326f" }
2525
derive_more = { version = "0.99", default-features = false, features = ["add", "add_assign"] }
2626
fxhash = "0.2"
2727
log = "0.4"

style/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ arrayvec = "0.7"
5656
atomic_refcell = "0.1"
5757
bitflags = "2"
5858
byteorder = "1.0"
59-
cssparser = "0.34"
59+
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "958a3f098acb92ddacdce18a7ef2c4a87ac3326f" }
6060
derive_more = { version = "0.99", default-features = false, features = ["add", "add_assign", "deref", "deref_mut", "from"] }
6161
dom = { path = "../stylo_dom", version = "0.1", package = "stylo_dom" }
6262
new_debug_unreachable = "1.0"

style_traits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gecko = []
1818
[dependencies]
1919
app_units = "0.7"
2020
bitflags = "2"
21-
cssparser = "0.34"
21+
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "958a3f098acb92ddacdce18a7ef2c4a87ac3326f" }
2222
euclid = "0.22"
2323
malloc_size_of = { path = "../malloc_size_of" }
2424
malloc_size_of_derive = "0.1"

to_shmem/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ string_cache = ["dep:string_cache"]
2323
thin-vec = ["dep:thin-vec"]
2424

2525
[dependencies]
26-
cssparser = { version = "0.34", optional = true }
26+
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "958a3f098acb92ddacdce18a7ef2c4a87ac3326f", optional = true }
2727
servo_arc = { version = "0.4.0", path = "../servo_arc", optional = true }
2828
smallbitvec = { version = "2.3.0", optional = true }
2929
smallvec = { version = "1.13", optional = true }

0 commit comments

Comments
 (0)