Skip to content

Commit

Permalink
chore: bump ctrlc from 3.4.2 to 3.4.4
Browse files Browse the repository at this point in the history
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](Detegr/rust-ctrlc@3.4.2...3.4.4)

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hdevalke committed Mar 30, 2024
1 parent 586e598 commit b9af4ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 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 @@ -21,7 +21,7 @@ rust-version = "1.60" # for `--features`
[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
clap = { version = "4.5.2", features = ["derive", "env"] }
ctrlc = "3.4.2"
ctrlc = "3.4.4"
dialoguer = "0.11.0"
git2 = { version = "0.18.2", default-features = false }
handlebars = "5.1.0"
Expand Down

0 comments on commit b9af4ba

Please sign in to comment.