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,7 +25,7 @@ cssparser = "0.29"
derive_more = "0.99"
fxhash = "0.2"
log = "0.4"
phf = "0.8"
phf = "0.10"
precomputed-hash = "0.1"
servo_arc = { version = "0.2", path = "../servo_arc" }
smallvec = "1.0"
@ -33,4 +33,4 @@ to_shmem = { version = "0.0.0", path = "../to_shmem", optional = true }
to_shmem_derive = { version = "0.0.0", path = "../to_shmem_derive", optional = true }
[build-dependencies]
phf_codegen = "0.8"
phf_codegen = "0.10"