Upgrade to phf 0.7.15

This commit is contained in:
Steven Fackler 2016-06-15 18:46:06 -07:00
parent 300c7ff30c
commit 7d9bd0c054
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ nightly = []
bufstream = "0.1"
byteorder = "0.5"
log = "0.3"
phf = "=0.7.14"
phf = "=0.7.15"
hex = "0.2"
net2 = "0.2.16"
rustc-serialize = { version = "0.3", optional = true }

View File

@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
phf_codegen = "=0.7.14"
phf_codegen = "=0.7.15"
regex = "0.1"
marksman_escape = "0.1"