Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogeon committed Feb 17, 2018
1 parent 7b88439 commit 7ba5099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ named = []
strict = []

[dependencies]
num-traits = "0.1"
num-traits = "0.2"
approx = "0.1"

[dependencies.phf]
version = "0.7"
optional = true

[dev-dependencies]
image = "0.14"
image = "0.18"
clap = "2"
csv = "1.0.0-beta.3"
serde = "1"
serde_derive = "1"
lazy_static = "0.2"
lazy_static = "1"

[build-dependencies.phf_codegen]
version = "0.7"
Expand Down

0 comments on commit 7ba5099

Please sign in to comment.