Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrandl committed May 10, 2017
1 parent ba769f7 commit 6743163
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ build = "build.rs"
travis-ci = { repository = "ntzwrk/skeleton", branch = "master" }

[dependencies]
toml = "0.3"
serde = "0.9"
serde_derive = "0.9"
clap = "2.22"
toml = "0.4"
serde = "1.0"
serde_derive = "1.0"
clap = "2.24"
hyper = "0.10"
hyper-native-tls = "0.2"
clippy = {version = "*", optional = true}
clippy = {version = "0", optional = true}

[build-dependencies]
clap = "2.22"
Expand Down

0 comments on commit 6743163

Please sign in to comment.