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 Nov 6, 2024
1 parent ccc4067 commit 84cb26c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 All @@ -26,7 +26,7 @@ serde_json = "1.0.82"
serde_yaml = "0.9.2"
simplelog = {version = "0.12.0", features = ["paris", "ansi_term"]}
skim = "0.10.2"
thiserror = "1.0.31"
thiserror = "2.0.0"

[dev-dependencies]
rstest = "0.15.0"
Expand Down

0 comments on commit 84cb26c

Please sign in to comment.