Skip to content

Commit e6dd655

Browse files
committed
Upgrade phf
1 parent a3c0e52 commit e6dd655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.10"
7+
phf_codegen = "0.11"
88
regex = "1.0"
99
marksman_escape = "0.1"
1010
linked-hash-map = "0.5"

Diff for: tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ log = "0.4"
5050
parking_lot = "0.12"
5151
percent-encoding = "2.0"
5252
pin-project-lite = "0.2"
53-
phf = "0.10"
53+
phf = "0.11"
5454
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
5555
postgres-types = { version = "0.2.3", path = "../postgres-types" }
5656
socket2 = "0.4"

0 commit comments

Comments
 (0)