Skip to content

Commit fdb16ca

Browse files
committed
Update to phf 0.7.19
1 parent fe0e1ad commit fdb16ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bufstream = "0.1"
3636
fallible-iterator = "0.1.3"
3737
hex = "0.2"
3838
log = "0.3"
39-
phf = "=0.7.18"
39+
phf = "=0.7.19"
4040
postgres-protocol = "0.1"
4141
bit-vec = { version = "0.4", optional = true }
4242
chrono = { version = "0.2.14", optional = true }

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
authors = ["Steven Fackler <[email protected]>"]
55

66
[dependencies]
7-
phf_codegen = "=0.7.18"
7+
phf_codegen = "=0.7.19"
88
regex = "0.1"
99
marksman_escape = "0.1"

0 commit comments

Comments
 (0)