From 94a0182445583da80c3f5f3d00a3563ccf672f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:09:43 +0000 Subject: [PATCH] Bump(deps): Update phf requirement from 0.13 to 0.14 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.0...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 82ee752..87a8a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ memchr = "2.7" # SIMD-accelerated string searching for fast byte pattern matchin num-complex = { version = "0.4", optional = true } # Complex number arithmetic for engineering functions once_cell = "1" # Lazy statics and one-time initialization for global state parking_lot = { version = "0.12", features = ["hardware-lock-elision"] } # Lock-free synchronization primitives for concurrent programming -phf = { version = "0.13", features = ["macros"] } # Perfect hash functions for compile-time static maps +phf = { version = "0.14", features = ["macros"] } # Perfect hash functions for compile-time static maps plist = { version = "1", optional = true } # Property list parser for iWork metadata and indexes prost = { version = "0.14", features = ["derive"], optional = true } # Protocol Buffers implementation for iWork archive structures prost-types = { version = "0.14", optional = true } # Well-known Protocol Buffer types used by iWork