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 e1f31a4 commit 440a596Copy full SHA for 440a596
codegen/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["Steven Fackler <[email protected]>"]
5
6
[dependencies]
7
-phf_codegen = "=0.7.21"
+phf_codegen = "0.7.22"
8
regex = "0.1"
9
marksman_escape = "0.1"
10
linked-hash-map = "0.4"
postgres-shared/Cargo.toml
@@ -19,7 +19,7 @@ with-uuid = ["uuid"]
19
20
hex = "0.2"
21
fallible-iterator = "0.1.3"
22
-phf = "=0.7.21"
+phf = "0.7.22"
23
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
24
25
bit-vec = { version = "0.4", optional = true }
0 commit comments