From ae11905c2b96f0282cbde35e1b1529928b79ae73 Mon Sep 17 00:00:00 2001 From: TyanNN Date: Tue, 1 Nov 2016 15:48:03 +0300 Subject: [PATCH] Update phf version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcc8c121..eb9d65a2 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.17" +phf = "=0.7.18" postgres-protocol = "0.1" bit-vec = { version = "0.4", optional = true } chrono = { version = "0.2.14", optional = true }