Skip to content

Commit

Permalink
build(deps): bump ctrlc from 3.1.9 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.1.9 to 3.4.4.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](Detegr/rust-ctrlc@3.1.9...3.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent bf498dc commit a3cc0f8
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 13 deletions.
102 changes: 90 additions & 12 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 @@ -19,7 +19,7 @@ anyhow = "1.0.40"
cargo_toml = "0.9.1"
clap = "3.0.0-beta.2"
console = "0.14.1"
ctrlc = { version = "3.1.9", features = ["termination"] }
ctrlc = { version = "3.4.4", features = ["termination"] }
dialoguer = "0.8.0"
edit = "0.1.3"
git2 = { version = "0.13.20", default-features = false }
Expand Down

0 comments on commit a3cc0f8

Please sign in to comment.