Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 1, 2024
1 parent cab1268 commit 02725f2
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 4 deletions.
72 changes: 69 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 @@ -25,7 +25,7 @@ clap_complete = "4.4.5"
dialoguer = "0.11.0"
indicatif = "0.17.7"
uuid = { version = "1.6.1", features = ["v4"] }
ctrlc = "3.4.1"
ctrlc = "3.4.2"
walkdir = "2.4.0"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
flate2 = { version = "1.0.28", features = ["zlib"] }
Expand Down

0 comments on commit 02725f2

Please sign in to comment.