Skip to content

Commit

Permalink
cargo upgrade to solve yanked libc version 0.2.128
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Aug 20, 2022
1 parent 370bfe1 commit 36e4339
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 49 deletions.
78 changes: 33 additions & 45 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ categories = ["command-line-utilities"]
keywords = ["watch", "command-line"]

[dependencies]
clap = { version = "3.2.16", features = ["derive"] }
anyhow = "1.0.60"
clap = { version = "3.2.17", features = ["derive"] }
anyhow = "1.0.61"
tokio = "1.20.1"
tokio-stream = "0.1.9"
console = "0.15.1"
tokio-process-stream = "0.3.0"

[dependencies.chrono]
version = "0.4.21"
version = "0.4.22"
default-features = false
features = ["clock"]

[build-dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"
man = "0.3.0"

[package.metadata.deb]
Expand Down

0 comments on commit 36e4339

Please sign in to comment.