Skip to content

Commit 609a59f

Browse files
committed
Update phf, rand dependencies
1 parent 0cf93bb commit 609a59f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ default = ["serde_support"]
2525
precomputed-hash = "0.1"
2626
lazy_static = "1"
2727
serde = { version = "1", optional = true }
28-
phf_shared = "0.8"
28+
phf_shared = "0.10"
2929
new_debug_unreachable = "1.0"
3030

3131
[[test]]

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ unstable = []
1919
string_cache = { version = "0.8", path = ".." }
2020

2121
[dev-dependencies]
22-
rand = "0.7"
22+
rand = "0.8"
2323
string_cache_codegen = { version = "0.5", path = "../string-cache-codegen" }
2424

2525
[build-dependencies]

string-cache-codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "string_cache_codegen"
1313
path = "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"
1818
proc-macro2 = "1"
1919
quote = "1"

0 commit comments

Comments
 (0)