Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Oct 7, 2023
1 parent b50417e commit 72c1f12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -12,10 +12,10 @@ keywords = ["terminal", "image", "gif"]
exclude = ["/img", "/.github"]

[dependencies]
clap = { version = "4.0", features = ["cargo"] }
crossterm = "0.25"
viuer = "0.7.0"
ctrlc = { version = "3.1", features = ["termination"] }
clap = { version = "4.4", features = ["cargo"] }
crossterm = "0.27"
viuer = "0.7.1"
ctrlc = { version = "3.4", features = ["termination"] }
image = "0.24"

[features]
Expand Down

0 comments on commit 72c1f12

Please sign in to comment.