Skip to content

Commit

Permalink
Upgrade version to 1.4.0, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jun 2, 2022
1 parent fadce79 commit ef7b4af
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 37 deletions.
157 changes: 123 additions & 34 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ogle"
description = "Execute a command periodically, showing the output only when it changes"
version = "1.3.4"
version = "1.4.0"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,12 +14,12 @@ keywords = ["watch", "command-line"]

[dependencies]
chrono = "0.4.19"
clap = { version = "3.1.17", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
anyhow = "1.0.57"
tokio = "1.18.2"
tokio-stream = "0.1.8"
console = "0.15.0"
tokio-process-stream = "0.2.0"
tokio-process-stream = "0.3.0"

[build-dependencies]
anyhow = "1.0.57"
Expand Down

0 comments on commit ef7b4af

Please sign in to comment.