Skip to content

Commit

Permalink
Upgraded some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Oct 24, 2019
1 parent abd2e69 commit 20c60e7
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 @@ -14,11 +14,11 @@ keywords = ["color", "string", "term", "ansi_term", "term-painter"]
no-color = []

[dependencies]
lazy_static = "1.2.0"
lazy_static = "1.3.0"

[target.'cfg(windows)'.dependencies]
winconsole = "0.10.0"
winconsole = "0.11.0"

[dev_dependencies]
ansi_term = "^0.9"
ansi_term = "0.12"
rspec = "=1.0.0-beta.3"

0 comments on commit 20c60e7

Please sign in to comment.