Skip to content

Commit 8b17f4e

Browse files
authored
Auto merge of #300 - wusyong:phf, r=emilio
Update phf to 0.10 phf 0.8 still uses rand_core version <0.6.2 which suffer from [CVE-2021-27378](https://nvd.nist.gov/vuln/detail/CVE-2021-27378). Every crate depends on it will be warned by cargo audit.
2 parents 5e3bf84 + 8ef116b commit 8b17f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- nightly
1717
- beta
1818
- stable
19-
- 1.36.0
19+
- 1.40.0
2020
features:
2121
-
2222
- --features dummy_match_byte

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cssparser-macros = {path = "./macros", version = "0.6"}
2424
dtoa-short = "0.3"
2525
itoa = "0.4"
2626
matches = "0.1"
27-
phf = {version = "0.8", features = ["macros"]}
27+
phf = {version = "0.10", features = ["macros"]}
2828
serde = {version = "1.0", optional = true}
2929
smallvec = "1.0"
3030

0 commit comments

Comments
 (0)