Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reujab committed Aug 16, 2019
1 parent cedaefc commit bb28633
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 41 deletions.
30 changes: 1 addition & 29 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ categories = ["command-line-utilities"]
license = "Unlicense"

[dependencies]
chrono = "0.4.4"
clap = {version = "2.32.0", features = ["yaml"]}
chrono = "0.4"
clap = {version = "2", features = ["yaml"]}
dirs = "2"
git2 = "0.9.0"
hostname = "0.1.5"
humantime = "1.1.1"
lazy_static = "1.0.1"
libc = "0.2.42"
regex = "1.0.1"
rust-ini = "0.13.0"
url = "1.7.1"
git2 = "0.9"
hostname = "0.1"
humantime = "1"
lazy_static = "1"
libc = "0.2"
regex = "1"
rust-ini = "0.13"
url = "2"

[target.'cfg(not(windows))'.dependencies]
users = "0.9.0"
users = "0.9"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.6"
version = "0.3"
features = [
"handleapi",
"processthreadsapi",
Expand Down

0 comments on commit bb28633

Please sign in to comment.