Upgrade phf

This commit is contained in:
Steven Fackler 2022-07-18 20:04:00 -04:00
parent a3c0e52a9c
commit e6dd655a2a
No known key found for this signature in database
GPG Key ID: 30A04EB23B15B465
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
phf_codegen = "0.10"
phf_codegen = "0.11"
regex = "1.0"
marksman_escape = "0.1"
linked-hash-map = "0.5"

View File

@ -50,7 +50,7 @@ log = "0.4"
parking_lot = "0.12"
percent-encoding = "2.0"
pin-project-lite = "0.2"
phf = "0.10"
phf = "0.11"
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
postgres-types = { version = "0.2.3", path = "../postgres-types" }
socket2 = "0.4"