De-dupe phf

This commit is contained in:
The Capyloon Team 2023-05-23 00:53:09 +00:00
parent d1bb22dca6
commit 11b7a756e8
4 changed files with 22 additions and 74 deletions

View file

@ -25,8 +25,8 @@ uwp = ["js/uwp"]
xr-profile = ["webxr-api/profile"]
[build-dependencies]
phf_codegen = "0.8"
phf_shared = "0.8"
phf_codegen = "0.10"
phf_shared = "0.10"
serde_json = { workspace = true }
[dependencies]
@ -82,7 +82,7 @@ net_traits = { path = "../net_traits" }
num-traits = { workspace = true }
parking_lot = { workspace = true }
percent-encoding = { workspace = true }
phf = "0.8"
phf = "0.10"
pixels = { path = "../pixels" }
profile_traits = { path = "../profile_traits" }
range = { path = "../range" }