Skip to content

Commit

Permalink
Merge pull request #120 from FyraLabs/dependabot/cargo/clap_complete-…
Browse files Browse the repository at this point in the history
…4.5.5

chore(deps): bump clap_complete from 4.5.2 to 4.5.5
  • Loading branch information
lleyton committed Jun 24, 2024
2 parents 78c9b63 + 18647c7 commit 92bc7a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ anda-config = { path = "./anda-config", version = "0.1.8" }
andax = { path = "./andax", version = "0.1.12" }
flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.1.5"
clap_complete = "4.5.5"
cmd_lib = "1.3.0"
tokio = { version = "1.38.0", features = ["full"] }
async-trait = "0.1.67"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ clap_mangen = "0.2.9"
anda = { path = ".." }
clap = { version = "4.5.6", features = ["derive", "env"] }
anyhow = "1.0.81"
clap_complete = "4.5.1"
clap_complete = "4.5.5"

0 comments on commit 92bc7a1

Please sign in to comment.