Skip to content

Commit f10382c

Browse files
committed
Upgrade to latest phf again
1 parent a32fc29 commit f10382c

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 <sfackler@gmail.com>"]
55

66
[dependencies]
7-
phf_codegen = "0.9"
7+
phf_codegen = "0.10"
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
@@ -46,7 +46,7 @@ log = "0.4"
4646
parking_lot = "0.11"
4747
percent-encoding = "2.0"
4848
pin-project-lite = "0.2"
49-
phf = "0.9"
49+
phf = "0.10"
5050
postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
5151
postgres-types = { version = "0.2.1", path = "../postgres-types" }
5252
socket2 = "0.4"

0 commit comments

Comments
 (0)