Skip to content

Commit 57cacb6

Browse files
committed
Upgrade phf
1 parent ff7d88f commit 57cacb6

File tree

3 files changed

+278
-278
lines changed

3 files changed

+278
-278
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.8"
7+
phf_codegen = "0.9"
88
regex = "1.0"
99
marksman_escape = "0.1"
1010
linked-hash-map = "0.5"

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log = "0.4"
4747
parking_lot = "0.11"
4848
percent-encoding = "2.0"
4949
pin-project-lite = "0.2"
50-
phf = "0.8"
50+
phf = "0.9"
5151
postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
5252
postgres-types = { version = "0.2.1", path = "../postgres-types" }
5353
socket2 = "0.4"

0 commit comments

Comments
 (0)