Skip to content

Commit

Permalink
Update Cargo Dependencies to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2022
1 parent ccc4067 commit 6bdcda3
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 13 deletions.
174 changes: 163 additions & 11 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
Expand Up @@ -10,8 +10,8 @@ version = "0.5.0"

[dependencies]
anyhow = "1.0.58"
clap = {version = "3.2.16", features = ["derive"]}
clap_complete = "3.2.3"
clap = {version = "4.0.32", features = ["derive"]}
clap_complete = "4.0.7"
config = {version = "0.13.1", features = ["ini", "yaml"]}
dirs = "4.0.0"
handlebars = "4.3.3"
Expand Down

0 comments on commit 6bdcda3

Please sign in to comment.