File tree 3 files changed +4
-4
lines changed
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"
15
15
exclude = [" src/css-parsing-tests/**" , " src/big-data-url.css" ]
16
16
17
17
[dev-dependencies ]
18
- serde_json = " 1.0"
18
+ serde_json = " 1.0.25 "
19
19
difference = " 2.0"
20
20
encoding_rs = " 0.8"
21
21
22
22
[dependencies ]
23
23
cssparser-macros = {path = " ./macros" , version = " 0.6.1" }
24
24
dtoa-short = " 0.3"
25
25
itoa = " 1.0"
26
- phf = {version = " >=0.8,<=0.11 " , features = [" macros" ]}
26
+ phf = {version = " 0.11.2 " , features = [" macros" ]}
27
27
serde = {version = " 1.0" , optional = true }
28
28
smallvec = " 1.0"
29
29
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ path = "lib.rs"
15
15
cssparser = { version = " 0.33" , path = " .." }
16
16
17
17
[dev-dependencies ]
18
- serde_json = " 1.0"
18
+ serde_json = " 1.0.25 "
19
19
difference = " 2.0"
20
20
encoding_rs = " 0.8"
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ path = "lib.rs"
13
13
proc-macro = true
14
14
15
15
[dependencies ]
16
- quote = " 1"
16
+ quote = " 1.0.29 "
17
17
syn = {version = " 2" , features = [" full" , " extra-traits" ]}
You can’t perform that action at this time.
0 commit comments