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 3dd4f63 commit ac227b8Copy full SHA for ac227b8
Cargo.toml
@@ -23,7 +23,7 @@ encoding_rs = "0.8"
23
cssparser-macros = { path = "./macros", version = "0.6.1" }
24
dtoa-short = "0.3"
25
itoa = "1.0"
26
-phf = { version = "0.11.2", features = ["macros"] }
+phf = { version = "0.12.1", features = ["macros"] }
27
serde = { version = "1.0", features = ["derive"], optional = true }
28
malloc_size_of = { version = "0.1", default-features = false, optional = true }
29
smallvec = "1.0"
0 commit comments