We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c399b45 commit fe6f38eCopy full SHA for fe6f38e
css-inline/Cargo.toml
@@ -32,7 +32,7 @@ stylesheet-cache = ["lru"]
32
cssparser = "0.31.2"
33
html5ever = "0.27.0"
34
indexmap = "2.1"
35
-lru = { version = "0.12.3", optional = true }
+lru = { version = "0.13.0", optional = true }
36
pico-args = { version = "0.3", optional = true }
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