Browse Source

Bump phf from 0.10.0 to 0.10.1

Bumps [phf](https://github.com/sfackler/rust-phf) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/sfackler/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sfackler/rust-phf/compare/v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: phf
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 years ago
parent
commit
45a151caa4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -1211,9 +1211,9 @@ dependencies = [
 
 [[package]]
 name = "phf"
-version = "0.10.0"
+version = "0.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f"
+checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
 dependencies = [
  "phf_shared",
 ]