Skip to content

Commit

Permalink
chore: bump ctrlc from 3.2.2 to 3.4.4 (#112)
Browse files Browse the repository at this point in the history
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.2.2 to 3.4.4.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](Detegr/rust-ctrlc@3.2.2...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent b52786c commit 27ad8f3
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 11 deletions.
117 changes: 107 additions & 10 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 @@ -15,7 +15,7 @@ anyhow = "1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
structopt = "0.3"
cmd_lib = "1.3"
ctrlc = "3.2"
ctrlc = "3.4"
cgroups-rs = "0.2"
nix = "0.26"
flume = "0.10"
Expand Down

0 comments on commit 27ad8f3

Please sign in to comment.