File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ rust-version = "1.63"
1515exclude = [" src/css-parsing-tests/**" , " src/big-data-url.css" ]
1616
1717[dev-dependencies ]
18- serde_json = " 1.0"
18+ serde_json = " 1.0.25 "
1919difference = " 2.0"
2020encoding_rs = " 0.8"
2121
2222[dependencies ]
2323cssparser-macros = {path = " ./macros" , version = " 0.6.1" }
2424dtoa-short = " 0.3"
2525itoa = " 1.0"
26- phf = {version = " >=0.8,<=0.11 " , features = [" macros" ]}
26+ phf = {version = " 0.11.2 " , features = [" macros" ]}
2727serde = {version = " 1.0" , optional = true }
2828smallvec = " 1.0"
2929
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ path = "lib.rs"
1515cssparser = { version = " 0.33" , path = " .." }
1616
1717[dev-dependencies ]
18- serde_json = " 1.0"
18+ serde_json = " 1.0.25 "
1919difference = " 2.0"
2020encoding_rs = " 0.8"
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ path = "lib.rs"
1313proc-macro = true
1414
1515[dependencies ]
16- quote = " 1"
16+ quote = " 1.0.29 "
1717syn = {version = " 2" , features = [" full" , " extra-traits" ]}
You can’t perform that action at this time.
0 commit comments