Skip to content

Commit

Permalink
Merge pull request #91 from FyraLabs/dependabot/cargo/clap_complete-4…
Browse files Browse the repository at this point in the history
….5.1

chore(deps): bump clap_complete from 4.5.0 to 4.5.1
  • Loading branch information
lleyton authored Feb 26, 2024
2 parents c1c69bd + 34e0ab9 commit 8562183
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 @@ -28,7 +28,7 @@ andax = { path = "./andax", version = "0.1.10" }
flatpak = "0.18.1"
clap_mangen = "0.2.9"
clap-verbosity-flag = "2.0.0"
clap_complete = "4.1.5"
clap_complete = "4.5.1"
cmd_lib = "1.3.0"
tokio = { version = "1.28.2", 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.1", features = ["derive", "env"] }
anyhow = "1.0.69"
clap_complete = "4.1.5"
clap_complete = "4.5.1"

0 comments on commit 8562183

Please sign in to comment.