Skip to content

Commit 17c53c9

Browse files
committed
Update PHF
1 parent 2981890 commit 17c53c9

File tree

3 files changed

+256
-256
lines changed

3 files changed

+256
-256
lines changed

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.20"
7+
phf_codegen = "=0.7.21"
88
regex = "0.1"
99
marksman_escape = "0.1"

postgres-shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with-uuid = ["uuid"]
1818
[dependencies]
1919
hex = "0.2"
2020
fallible-iterator = "0.1.3"
21-
phf = "=0.7.20"
21+
phf = "=0.7.21"
2222
postgres-protocol = "0.2"
2323

2424
bit-vec = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)