Skip to content

Commit

Permalink
Added logos dependency and updated all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SoptikHa2 committed May 14, 2020
1 parent 2dc1bfc commit 92ff7c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ edition = "2018"

[dependencies]
# Parsing CLI arguments
clap = "2.33.0"
clap = "2.33.1"
# Parsing output from sed
logos = "0.11.4"
# TUI
crossterm = "0.17.3"
tui = { version = "0.9.1", default-features = false, features = ["crossterm"] }
crossterm = "0.17.4"
tui = { version = "0.9.4", default-features = false, features = ["crossterm"] }

0 comments on commit 92ff7c0

Please sign in to comment.