Skip to content

Commit

Permalink
Update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sully committed Oct 18, 2018
1 parent c392248 commit df905ec
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 23 deletions.
79 changes: 61 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
[dependencies]
clap = { version = "2.32.0", features = ["yaml"] }
env_logger = "0.5.13"
flate2 = "1.0.2"
flate2 = "1.0.4"
indicatif = { git = "https://github.com/mitsuhiko/indicatif", rev = "0c3c0b5c" }
log = "0.4.5"
pad = "0.1"
pad = "0.1.5"
rand = "0.5.5"
rayon = "1"
spmc = "0.2"
structopt = "0.2"
rayon = "1.0.2"
spmc = "0.2.2"
structopt = "0.2.12"

0 comments on commit df905ec

Please sign in to comment.