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 fe0e1ad commit fdb16caCopy full SHA for fdb16ca
Cargo.toml
@@ -36,7 +36,7 @@ bufstream = "0.1"
36
fallible-iterator = "0.1.3"
37
hex = "0.2"
38
log = "0.3"
39
-phf = "=0.7.18"
+phf = "=0.7.19"
40
postgres-protocol = "0.1"
41
bit-vec = { version = "0.4", optional = true }
42
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.18"
+phf_codegen = "=0.7.19"
8
regex = "0.1"
9
marksman_escape = "0.1"
0 commit comments