We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c0e52 commit e6dd655Copy full SHA for e6dd655
codegen/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["Steven Fackler <[email protected]>"]
5
6
[dependencies]
7
-phf_codegen = "0.10"
+phf_codegen = "0.11"
8
regex = "1.0"
9
marksman_escape = "0.1"
10
linked-hash-map = "0.5"
tokio-postgres/Cargo.toml
@@ -50,7 +50,7 @@ log = "0.4"
50
parking_lot = "0.12"
51
percent-encoding = "2.0"
52
pin-project-lite = "0.2"
53
-phf = "0.10"
+phf = "0.11"
54
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
55
postgres-types = { version = "0.2.3", path = "../postgres-types" }
56
socket2 = "0.4"
0 commit comments