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 2981890 commit 17c53c9Copy full SHA for 17c53c9
codegen/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
6
[dependencies]
7
-phf_codegen = "=0.7.20"
+phf_codegen = "=0.7.21"
8
regex = "0.1"
9
marksman_escape = "0.1"
postgres-shared/Cargo.toml
@@ -18,7 +18,7 @@ with-uuid = ["uuid"]
18
19
hex = "0.2"
20
fallible-iterator = "0.1.3"
21
-phf = "=0.7.20"
+phf = "=0.7.21"
22
postgres-protocol = "0.2"
23
24
bit-vec = { version = "0.4", optional = true }
0 commit comments