Skip to content

Commit

Permalink
Update phf and phf_codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Sep 16, 2021
1 parent 483fdda commit a466291
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 29 deletions.
101 changes: 74 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MPL-2.0"
build = "build.rs"

[build-dependencies]
phf_codegen = "^0.8"
phf_codegen = "^0.10"

[dependencies]
aho-corasick = "^0.7"
Expand All @@ -24,7 +24,7 @@ num = "^0.4"
num-derive = "^0.3"
num-traits = "^0.2"
petgraph = "^0.6"
phf = { version = "^0.8", features = ["macros"] }
phf = { version = "^0.10", features = ["macros"] }
regex = "^1.5"
serde = { version = "^1.0", features = ["derive"] }
termcolor = "^1.1"
Expand Down

0 comments on commit a466291

Please sign in to comment.