From dbc6bf24e45c322163ba40db312828fc3d58ad0b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 22 Aug 2018 22:35:33 -0700 Subject: [PATCH] Un-lock phf Closes #369 (cherry picked from commit 440a596350d417926faa07a952a638685f1c1e7a) --- codegen/Cargo.toml | 2 +- postgres-shared/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 2ce54a7c..c4924884 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Steven Fackler "] [dependencies] -phf_codegen = "=0.7.22" +phf_codegen = "0.7.22" regex = "0.1" marksman_escape = "0.1" linked-hash-map = "0.4" diff --git a/postgres-shared/Cargo.toml b/postgres-shared/Cargo.toml index 795e95b4..2bdeb171 100644 --- a/postgres-shared/Cargo.toml +++ b/postgres-shared/Cargo.toml @@ -17,7 +17,7 @@ with-serde_json-1 = ["serde", "serde_json"] [dependencies] hex = "0.3" fallible-iterator = "0.1.3" -phf = "=0.7.22" +phf = "0.7.22" postgres-protocol = { version = "0.3", path = "../postgres-protocol" } bit-vec = { version = "0.5", optional = true }