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.
1 parent a32fc29 commit f10382cCopy full SHA for f10382c
codegen/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
6
[dependencies]
7
-phf_codegen = "0.9"
+phf_codegen = "0.10"
8
regex = "1.0"
9
marksman_escape = "0.1"
10
linked-hash-map = "0.5"
tokio-postgres/Cargo.toml
@@ -46,7 +46,7 @@ log = "0.4"
46
parking_lot = "0.11"
47
percent-encoding = "2.0"
48
pin-project-lite = "0.2"
49
-phf = "0.9"
+phf = "0.10"
50
postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
51
postgres-types = { version = "0.2.1", path = "../postgres-types" }
52
socket2 = "0.4"
0 commit comments