Skip to content

Commit 2e5e99f

Browse files
committed
Upgrade phf
1 parent 1e24f48 commit 2e5e99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bufstream = "0.1"
3939
fallible-iterator = "0.1.3"
4040
hex = "0.2"
4141
log = "0.3"
42-
phf = "=0.7.19"
42+
phf = "=0.7.20"
4343
postgres-protocol = "0.1"
4444
bit-vec = { version = "0.4", optional = true }
4545
chrono = { version = "0.2.14", optional = true }

codegen/Cargo.toml

+1-1
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.19"
7+
phf_codegen = "=0.7.20"
88
regex = "0.1"
99
marksman_escape = "0.1"

0 commit comments

Comments
 (0)