Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 6ffa158 commit 5272e3f
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 52 deletions.
109 changes: 63 additions & 46 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.2", features = ["cargo", "derive"] }
anyhow = "1.0.75"
clap = { version = "4.4.3", features = ["cargo", "derive"] }
env-file-reader = "0.3.0"
glob = "0.3.1"
log = "0.4.18"
simple_logger = "4.1.0"
thiserror = "1.0.40"
toml = "0.7.4"
log = "0.4.20"
simple_logger = "4.2.0"
thiserror = "1.0.48"
toml = "0.7.8"

0 comments on commit 5272e3f

Please sign in to comment.