Skip to content

Commit cb9aa92

Browse files
Update phf_codegen requirement from 0.11 to 0.12
Updates the requirements on [phf_codegen](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_codegen-v0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: phf_codegen dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7c9d98 commit cb9aa92

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
@@ -20,4 +20,4 @@ phf = "0.11"
2020

2121
[build-dependencies]
2222
string_cache_codegen = "0.5.4"
23-
phf_codegen = "0.11"
23+
phf_codegen = "0.12"

0 commit comments

Comments
 (0)