From 23bdf4eed5cb68798e2c1d6ad0677e5731671499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:03:11 +0000 Subject: [PATCH] chore(deps): update phf requirement from 0.13.1 to 0.14.0 in /tests/fuzz 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/main/RELEASE_PROCESS.md) - [Commits](https://github.com/rust-phf/rust-phf/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: phf dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b24b759de0c..a57e7b79d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ num-bigint = "0.4.6" num-traits = "0.2.19" once_cell = { version = "1.21.3", default-features = false } oneshot = "0.2.1" -phf = { version = "0.13.1", default-features = false } +phf = { version = "0.14.0", default-features = false } pollster = "0.4.0" regex = "1.12.3" regress = { version = "0.11.1", features = ["utf16"] }