Skip to content

Commit

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

---
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 Sep 1, 2024
1 parent d5204ca commit a44b8d4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
77 changes: 42 additions & 35 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.5.8"
dialoguer = "0.11.0"
indicatif = "0.17.8"
uuid = { version = "1.10.0", features = ["v4"] }
ctrlc = "3.4.4"
ctrlc = "3.4.5"
walkdir = "2.5.0"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
flate2 = { version = "1.0.30", features = ["zlib"] }
Expand Down

0 comments on commit a44b8d4

Please sign in to comment.