From d3da18b697a4ffc2c1137c4995a4f4016bb363d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:44:36 +0000 Subject: [PATCH] Update phf_codegen requirement from 0.10 to 0.11 Updates the requirements on [phf_codegen](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_codegen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 14bebccf2..bbe6b789c 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Steven Fackler "] [dependencies] -phf_codegen = "0.10" +phf_codegen = "0.11" regex = "1.0" marksman_escape = "0.1" linked-hash-map = "0.5"