Skip to content

Commit f0e51ad

Browse files
Bump phf from 0.8.0 to 0.10.0
Bumps [phf](https://github.com/sfackler/rust-phf) from 0.8.0 to 0.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: phf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6dae3d commit f0e51ad

File tree

2 files changed

+100
-24
lines changed

2 files changed

+100
-24
lines changed

Cargo.lock

Lines changed: 99 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ num = "^0.4"
2424
num-derive = "^0.3"
2525
num-traits = "^0.2"
2626
petgraph = "^0.6"
27-
phf = { version = "^0.8", features = ["macros"] }
27+
phf = { version = "^0.10", features = ["macros"] }
2828
regex = "^1.5"
2929
serde = { version = "^1.0", features = ["derive"] }
3030
termcolor = "^1.1"

0 commit comments

Comments
 (0)