Skip to content

Commit

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

chore(deps): bump clap_complete from 4.5.7 to 4.5.8
  • Loading branch information
madonuko authored Jul 15, 2024
2 parents 70d4733 + 2c2a2b0 commit b57c048
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.2.0" }
andax = { path = "./andax", version = "0.2.0" }
flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.7"
clap_complete = "4.5.8"
cmd_lib = "1.3.0"
tokio = { version = "1.38.0", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] }
async-trait = "0.1.81"
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.22"
anda = { path = ".." }
clap = { version = "4.5.8", features = ["derive", "env"] }
anyhow = "1.0.81"
clap_complete = "4.5.7"
clap_complete = "4.5.8"

0 comments on commit b57c048

Please sign in to comment.