Skip to content

Commit

Permalink
Upgrade phf
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 29, 2018
1 parent ad2fcf3 commit 7ced104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]

[dependencies]
phf_codegen = "=0.7.21"
phf_codegen = "=0.7.22"
regex = "0.1"
marksman_escape = "0.1"
linked-hash-map = "0.4"
2 changes: 1 addition & 1 deletion postgres-shared/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ with-serde_json-1 = ["serde_json"]
[dependencies]
hex = "0.3"
fallible-iterator = "0.1.3"
phf = "=0.7.21"
phf = "=0.7.22"
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }

bit-vec = { version = "0.5", optional = true }
Expand Down

0 comments on commit 7ced104

Please sign in to comment.