Upgrade phf
This commit is contained in:
parent
a3c0e52a9c
commit
e6dd655a2a
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
phf_codegen = "0.10"
|
||||
phf_codegen = "0.11"
|
||||
regex = "1.0"
|
||||
marksman_escape = "0.1"
|
||||
linked-hash-map = "0.5"
|
||||
|
@ -50,7 +50,7 @@ log = "0.4"
|
||||
parking_lot = "0.12"
|
||||
percent-encoding = "2.0"
|
||||
pin-project-lite = "0.2"
|
||||
phf = "0.10"
|
||||
phf = "0.11"
|
||||
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
|
||||
postgres-types = { version = "0.2.3", path = "../postgres-types" }
|
||||
socket2 = "0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user