Skip to content

Commit 1789042

Browse files
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](rust-phf/rust-phf@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: phf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c1f26f commit 1789042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bui-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bui-backend-types = {version="0.8", path="../types", features=["uuid-v4"]}
1414
log = "0.4"
1515
env_logger = "0.9"
1616
includedir = {version="0.6", optional=true}
17-
phf = {version="0.8", optional=true}
17+
phf = {version="0.9", optional=true}
1818
serde = "1.0"
1919
serde_json = "1.0"
2020
clap = "2.20.0"

0 commit comments

Comments
 (0)