Skip to content

Commit 4e8155f

Browse files
authored
Auto merge of #239 - mullr:update-rand-and-phf-deps, r=jdm
Update phf, rand dependencies This updates to the latest versions of the rand and phf crates. The real point is updating the transitive dependency on 'rand', to help keep build times under control in consumers of this library that are already using the newer version.
2 parents 059f3d2 + 609a59f commit 4e8155f

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
parking_lot = "0.11"
3131

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)