From 60c267e009bc4ed487b6d9f3ef0197a79018ff52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:13:52 +0000 Subject: [PATCH] Update phf requirement from 0.10.0 to 0.11.1 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/v0.10.0...phf-v0.11.1) --- updated-dependencies: - dependency-name: phf 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 b44de9e..4069e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ matches = "0.1" log = "0.4" custom_error = { version = "1.9", default-features = false, features = ["unstable"] } bit_field = "0.10.1" -phf = { version = "0.10.0", default-features = false } +phf = { version = "0.11.1", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] x86 = { version = "0.52", features = ["unstable"] }