Skip to content

Commit aa814e4

Browse files
committed
chore: Update dependencies
1 parent ff28422 commit aa814e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-inline/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ file = []
2424
[dependencies]
2525
cssparser = "0.29"
2626
html5ever = "0.26.0"
27-
memchr = "2.4"
27+
memchr = "2.5"
2828
attohttpc = { version = "0", default-features = false, features = ["compress", "tls-rustls"], optional = true }
2929
url = "2"
3030
smallvec = "1"
31-
indexmap = "1.8.1"
31+
indexmap = "1.9"
3232
pico-args = { version = "0.3", optional = true }
33-
rayon = { version = "1.5", optional = true }
33+
rayon = { version = "1.7", optional = true }
3434
selectors = "0.24.0"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)