From fdb16ca9ca0b5ea4c153012f13cc6ff2c850702b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 5 Nov 2016 21:02:40 -0700 Subject: [PATCH] Update to phf 0.7.19 --- Cargo.toml | 2 +- codegen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65a3f12a..14c9e4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ bufstream = "0.1" fallible-iterator = "0.1.3" hex = "0.2" log = "0.3" -phf = "=0.7.18" +phf = "=0.7.19" postgres-protocol = "0.1" bit-vec = { version = "0.4", optional = true } chrono = { version = "0.2.14", optional = true } diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index d9d8af71..1946f3a8 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["Steven Fackler "] [dependencies] -phf_codegen = "=0.7.18" +phf_codegen = "=0.7.19" regex = "0.1" marksman_escape = "0.1"