From 604762b7c370021d4e7331be9f4c70c18f3ddb15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:59:49 +0000 Subject: [PATCH] Update phf requirement from 0.11 to 0.12 Updates the requirements on [phf](https://github.com/rust-phf/rust-phf) to permit the latest version. - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](https://github.com/rust-phf/rust-phf/compare/phf-v0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tokio-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index f969ae5b7..c95ff333f 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -57,7 +57,7 @@ log = "0.4" parking_lot = "0.12" percent-encoding = "2.0" pin-project-lite = "0.2" -phf = "0.11" +phf = "0.12" postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" } postgres-types = { version = "0.2.9", path = "../postgres-types" } tokio = { version = "1.27", features = ["io-util"] }