Skip to content

Commit 9095a14

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/master/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] <support@github.com>
1 parent e1cd6be commit 9095a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55

66
[dependencies]
7-
phf_codegen = "0.11"
7+
phf_codegen = "0.12"
88
regex = "1.0"
99
marksman_escape = "0.1"
1010
linked-hash-map = "0.5"

0 commit comments

Comments
 (0)