Skip to content

Commit bfe0bd9

Browse files
Update phf requirement from 0.11 to 0.12
Updates the requirements on [phf](https://github.com/rust-phf/rust-phf) to permit the latest version. - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@phf-v0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7c9d98 commit bfe0bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616

1717
[dependencies]
1818
string_cache = "0.8.8"
19-
phf = "0.11"
19+
phf = "0.12"
2020

2121
[build-dependencies]
2222
string_cache_codegen = "0.5.4"

0 commit comments

Comments
 (0)