Skip to content

Commit 7ced104

Browse files
committed
Upgrade phf
1 parent ad2fcf3 commit 7ced104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/Cargo.toml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with-serde_json-1 = ["serde_json"]
1717
[dependencies]
1818
hex = "0.3"
1919
fallible-iterator = "0.1.3"
20-
phf = "=0.7.21"
20+
phf = "=0.7.22"
2121
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
2222

2323
bit-vec = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)