Skip to content

Commit a466291

Browse files
committed
Update phf and phf_codegen
1 parent 483fdda commit a466291

File tree

2 files changed

+76
-29
lines changed

2 files changed

+76
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MPL-2.0"
1212
build = "build.rs"
1313

1414
[build-dependencies]
15-
phf_codegen = "^0.8"
15+
phf_codegen = "^0.10"
1616

1717
[dependencies]
1818
aho-corasick = "^0.7"
@@ -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)