Skip to content

Commit

Permalink
Bump deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiTakahashi committed Feb 12, 2019
1 parent 1bcf0fd commit 453a23e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 148 deletions.
162 changes: 17 additions & 145 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ byteorder = "1.3.1"
chrono = "0.4.6"
clap = "2.21" # This has to be in sync with version in "structopt" dep
concise = "0.2.1"
crossbeam-channel = "0.3.6"
crossbeam-channel = "0.3.8"
fern = "0.5.7"
indexmap = "1.0.2"
itertools = "0.8.0"
lazy_static = "1.2.0"
log = "0.4.6"
lz4 = "1.23.1"
num_cpus = "1.9.0"
serde_json = { version = "1.0.37", features = ["preserve_order"] }
num_cpus = "1.10.0"
serde_json = { version = "1.0.38", features = ["preserve_order"] }
structopt = "0.2.14"

[dev-dependencies]
Expand Down

0 comments on commit 453a23e

Please sign in to comment.