We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d2374 commit e9558bcCopy full SHA for e9558bc
css-inline/Cargo.toml
@@ -32,7 +32,7 @@ stylesheet-cache = ["lru"]
32
cssparser = "0.35.0"
33
html5ever = "0.35.0"
34
indexmap = "2.1"
35
-lru = { version = "0.15.0", optional = true }
+lru = { version = "0.16.0", optional = true }
36
precomputed-hash = "0.1.1"
37
rayon = { version = "1.10", optional = true }
38
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
0 commit comments