Skip to content

Commit 440a596

Browse files
committed
Un-lock phf
Closes #369
1 parent e1f31a4 commit 440a596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/Cargo.toml

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

66
[dependencies]
7-
phf_codegen = "=0.7.21"
7+
phf_codegen = "0.7.22"
88
regex = "0.1"
99
marksman_escape = "0.1"
1010
linked-hash-map = "0.4"

postgres-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ with-uuid = ["uuid"]
1919
[dependencies]
2020
hex = "0.2"
2121
fallible-iterator = "0.1.3"
22-
phf = "=0.7.21"
22+
phf = "0.7.22"
2323
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
2424

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

0 commit comments

Comments
 (0)