Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 0404ec0

Browse files
committed
Upgrade dependencies
1 parent 69c8c85 commit 0404ec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ keywords = ["cli", "testing", "assert"]
1313
build = "build.rs"
1414

1515
[dependencies]
16-
colored = "1.4"
16+
colored = "1.5"
1717
difference = "1.0"
18-
error-chain = "0.10.0"
18+
error-chain = "0.11"
1919
rustc-serialize = "0.3"
2020

2121
[build-dependencies]
22-
skeptic = "0.5"
22+
skeptic = "0.13"
2323

2424
[dev-dependencies]
25-
skeptic = "0.5"
25+
skeptic = "0.13"
2626

2727
[badges]
2828
travis-ci = { repository = "killercup/assert_cli" }

0 commit comments

Comments
 (0)