We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phf*
1 parent d7eed3b commit 0bf9358Copy full SHA for 0bf9358
codegen/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["Steven Fackler <[email protected]>"]
5
6
[dependencies]
7
-phf_codegen = "0.12"
+phf_codegen = "0.13"
8
regex = "1.0"
9
marksman_escape = "0.1"
10
linked-hash-map = "0.5"
tokio-postgres/Cargo.toml
@@ -59,7 +59,7 @@ log = "0.4"
59
parking_lot = "0.12"
60
percent-encoding = "2.0"
61
pin-project-lite = "0.2"
62
-phf = "0.12"
+phf = "0.13"
63
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
64
postgres-types = { version = "0.2.9", path = "../postgres-types" }
65
tokio = { version = "1.27", features = ["io-util"] }
0 commit comments