Skip to content

Commit

Permalink
Merge pull request #58 from donovanglover/dependabot/cargo/clap-4.4.16
Browse files Browse the repository at this point in the history
chore(deps): Bump clap from 4.4.7 to 4.4.16
  • Loading branch information
donovanglover authored Jan 12, 2024
2 parents b02ae99 + bf63b1c commit 6c8a59e
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 24 deletions.
110 changes: 88 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license = "GPL-3.0-or-later"
edition = "2021"

[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
ctrlc = { version = "3.4.1", features = ["termination"] }
hyprland = { version = "=0.3.9", features = ["silent"] }
single-instance = "0.3.3"

[build-dependencies]
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
clap_complete = "4.4.4"
clap_mangen = "0.2.15"

Expand Down

0 comments on commit 6c8a59e

Please sign in to comment.