Skip to content

Commit cdd6d08

Browse files
committed
Update phf to 0.12
Depends on servo/string-cache#295
1 parent f3b2639 commit cdd6d08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ proc-macro2 = "1"
3232
log = "0.4"
3333
mac = "0.1"
3434
tendril = "0.4"
35-
string_cache = "0.8.8"
36-
string_cache_codegen = "0.5.4"
37-
phf = "0.11"
38-
phf_codegen = "0.11"
35+
string_cache = "0.9.0"
36+
string_cache_codegen = "0.6.0"
37+
phf = "0.12"
38+
phf_codegen = "0.12"
3939

4040
# Dev dependencies
4141
criterion = "0.6"

0 commit comments

Comments
 (0)