File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ default = ["serde_support"]
2525precomputed-hash = " 0.1"
2626lazy_static = " 1"
2727serde = { version = " 1" , optional = true }
28- phf_shared = " 0.8 "
28+ phf_shared = " 0.10 "
2929new_debug_unreachable = " 1.0"
3030
3131[[test ]]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ unstable = []
1919string_cache = { version = " 0.8" , path = " .." }
2020
2121[dev-dependencies ]
22- rand = " 0.7 "
22+ rand = " 0.8 "
2323string_cache_codegen = { version = " 0.5" , path = " ../string-cache-codegen" }
2424
2525[build-dependencies ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "string_cache_codegen"
1313path = " lib.rs"
1414
1515[dependencies ]
16- phf_generator = " 0.8 "
17- phf_shared = " 0.8 "
16+ phf_generator = " 0.10 "
17+ phf_shared = " 0.10 "
1818proc-macro2 = " 1"
1919quote = " 1"
You can’t perform that action at this time.
0 commit comments