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] authored Nov 11, 2023
1 parent 6ffa158 commit fe50f60
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 54 deletions.
113 changes: 65 additions & 48 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.8", 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.50"
toml = "0.8.8"

0 comments on commit fe50f60

Please sign in to comment.