We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e24f48 commit 2e5e99fCopy full SHA for 2e5e99f
Cargo.toml
@@ -39,7 +39,7 @@ bufstream = "0.1"
39
fallible-iterator = "0.1.3"
40
hex = "0.2"
41
log = "0.3"
42
-phf = "=0.7.19"
+phf = "=0.7.20"
43
postgres-protocol = "0.1"
44
bit-vec = { version = "0.4", optional = true }
45
chrono = { version = "0.2.14", optional = true }
codegen/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
4
authors = ["Steven Fackler <[email protected]>"]
5
6
[dependencies]
7
-phf_codegen = "=0.7.19"
+phf_codegen = "=0.7.20"
8
regex = "0.1"
9
marksman_escape = "0.1"
0 commit comments