Skip to content

Commit

Permalink
chore(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Xynnn007 committed Sep 11, 2024
1 parent 3bcbfcc commit 55643d1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 33 deletions.
80 changes: 48 additions & 32 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 ocicrypt-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ttrpc-codegen = { workspace = true, optional = true }

[dev-dependencies]
aes-gcm.workspace = true
ctrlc = { version = "3.0", features = ["termination"] }
ctrlc = { version = "3.4", features = ["termination"] }
openssl = { workspace = true, features = ["vendored"]}
tokio = { workspace = true, features = ["time", "signal"] }

Expand Down

0 comments on commit 55643d1

Please sign in to comment.