From 0336e9f62e2ccbf7a3cae288fef7783b5afc7c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 04:10:48 +0000 Subject: [PATCH] Update phf requirement from 0.8 to 0.10 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.10.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..4176c29 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.10", optional=true} serde = "1.0" serde_json = "1.0" clap = "2.20.0"