We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b2639 commit cdd6d08Copy full SHA for cdd6d08
Cargo.toml
@@ -32,10 +32,10 @@ proc-macro2 = "1"
32
log = "0.4"
33
mac = "0.1"
34
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"
+string_cache = "0.9.0"
+string_cache_codegen = "0.6.0"
+phf = "0.12"
+phf_codegen = "0.12"
39
40
# Dev dependencies
41
criterion = "0.6"
0 commit comments