Skip to content

Commit 7ca7992

Browse files
authored
Auto merge of #461 - xfix:update-phf, r=jdm
Update phf to 0.10 None
2 parents adf4485 + 9a35c1b commit 7ca7992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markup5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ path = "lib.rs"
1515

1616
[dependencies]
1717
string_cache = "0.8"
18-
phf = "0.9"
18+
phf = "0.10"
1919
tendril = "0.4"
2020
log = "0.4"
2121

2222
[build-dependencies]
2323
string_cache_codegen = "0.5.1"
24-
phf_codegen = "0.9"
24+
phf_codegen = "0.10"

0 commit comments

Comments
 (0)