We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2fcf3 commit 7ced104Copy full SHA for 7ced104
2 files changed
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.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
@@ -17,7 +17,7 @@ with-serde_json-1 = ["serde_json"]
17
18
hex = "0.3"
19
fallible-iterator = "0.1.3"
20
-phf = "=0.7.21"
+phf = "=0.7.22"
21
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
22
23
bit-vec = { version = "0.5", optional = true }
0 commit comments