From 536ed8d14ca8335ddaab69c95414706784aa3b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 07:07:24 +0000 Subject: [PATCH] Update phf requirement from 0.10 to 0.11 Updates the requirements on [phf](https://github.com/sfackler/rust-phf) to permit the latest version. - [Release notes](https://github.com/sfackler/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/rust-phf/compare/v0.10.0...v0.11.0) --- 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 124b06c..b9b415c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ cookie-factory = { version="0.3", optional=true } num_enum = "0.5.4" nom = "7.0" nom-derive = "0.10" -phf = "0.10" +phf = "0.11" rusticata-macros = "4.0" [dev-dependencies]