Upgrade phf
This commit is contained in:
parent
ad2fcf3e83
commit
7ced104a4f
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
phf_codegen = "=0.7.21"
|
phf_codegen = "=0.7.22"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
marksman_escape = "0.1"
|
marksman_escape = "0.1"
|
||||||
linked-hash-map = "0.4"
|
linked-hash-map = "0.4"
|
||||||
|
@ -17,7 +17,7 @@ with-serde_json-1 = ["serde_json"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
hex = "0.3"
|
hex = "0.3"
|
||||||
fallible-iterator = "0.1.3"
|
fallible-iterator = "0.1.3"
|
||||||
phf = "=0.7.21"
|
phf = "=0.7.22"
|
||||||
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
|
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
|
||||||
|
|
||||||
bit-vec = { version = "0.5", optional = true }
|
bit-vec = { version = "0.5", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user