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 1, 2022
1 parent fadce79 commit 8ba5e28
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

4 changes: 2 additions & 2 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,7 +14,7 @@ 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"
Expand Down

0 comments on commit 8ba5e28

Please sign in to comment.