Skip to content

Commit

Permalink
Update Cargo Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent ccc4067 commit cbfc1df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ 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.0", features = ["derive"]}
clap_complete = "4.0.0"
config = {version = "0.13.1", features = ["ini", "yaml"]}
dirs = "4.0.0"
handlebars = "4.3.3"
dirs = "5.0.0"
handlebars = "6.0.0"
log = "0.4.17"
maplit = "1.0.2"
once_cell = "1.16.0"
Expand Down

0 comments on commit cbfc1df

Please sign in to comment.