From 17890426d793bad05428266b8a09410f62ece3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 05:17:13 +0000 Subject: [PATCH] Update phf requirement from 0.8 to 0.9 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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: phf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bui-demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bui-demo/Cargo.toml b/bui-demo/Cargo.toml index a4b6c54..a759379 100644 --- a/bui-demo/Cargo.toml +++ b/bui-demo/Cargo.toml @@ -14,7 +14,7 @@ bui-backend-types = {version="0.8", path="../types", features=["uuid-v4"]} log = "0.4" env_logger = "0.9" includedir = {version="0.6", optional=true} -phf = {version="0.8", optional=true} +phf = {version="0.9", optional=true} serde = "1.0" serde_json = "1.0" clap = "2.20.0"