From e6dd655a2ada507d8095e8422fdeef20d053b98e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 18 Jul 2022 20:04:00 -0400 Subject: [PATCH] Upgrade phf --- codegen/Cargo.toml | 2 +- tokio-postgres/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 14bebccf..bbe6b789 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Steven Fackler "] [dependencies] -phf_codegen = "0.10" +phf_codegen = "0.11" regex = "1.0" marksman_escape = "0.1" linked-hash-map = "0.5" diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index acb4d04e..b3b7cf82 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -50,7 +50,7 @@ log = "0.4" parking_lot = "0.12" percent-encoding = "2.0" pin-project-lite = "0.2" -phf = "0.10" +phf = "0.11" postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" } postgres-types = { version = "0.2.3", path = "../postgres-types" } socket2 = "0.4"