Skip to content

Commit 536ed8d

Browse files
dependabot[bot]chifflier
authored andcommitted
Update phf requirement from 0.10 to 0.11
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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: phf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c5645a commit 536ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cookie-factory = { version="0.3", optional=true }
4141
num_enum = "0.5.4"
4242
nom = "7.0"
4343
nom-derive = "0.10"
44-
phf = "0.10"
44+
phf = "0.11"
4545
rusticata-macros = "4.0"
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)