Skip to content

Commit

Permalink
Remove wildcards from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Sep 22, 2016
1 parent 1d798ec commit 1d82ab0
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 @@ -13,8 +13,8 @@ name = "arch-audit"

[dependencies]
alpm = "^0.2"
curl = "*"
curl = "^0.3"
env_logger = "^0.3"
json = "*"
log = "*"
log = "^0.3"
json = "^0.10"
select = "^0.3"

0 comments on commit 1d82ab0

Please sign in to comment.