Skip to content

Commit

Permalink
Merge pull request #49 from donovanglover/dependabot/cargo/ctrlc-3.4.2
Browse files Browse the repository at this point in the history
chore(deps): Bump ctrlc from 3.4.1 to 3.4.2
  • Loading branch information
donovanglover authored Jan 12, 2024
2 parents 910f4ce + 401a8d3 commit 3bbff95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -9,7 +9,7 @@ edition = "2021"

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

Expand Down

0 comments on commit 3bbff95

Please sign in to comment.