Skip to content

Commit

Permalink
Bump ctrlc from 3.2.1 to 3.2.2 (#3365)
Browse files Browse the repository at this point in the history
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](Detegr/rust-ctrlc@3.2.1...3.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LemonHX.eth <[email protected]>
  • Loading branch information
dependabot[bot] and LemonHX authored May 4, 2022
1 parent e92ced4 commit bef5e75
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 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 cmd/tx-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.41"
ctrlc = { version = "3.2.1", features = ["termination"] }
ctrlc = { version = "3.2.2", features = ["termination"] }
clap = { version = "3", features = ["derive"] }
futures = "0.3.12"
tokio = {version = "^1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion commons/scmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cli-table = "0.3.2"
once_cell = "1.10.0"

[dev-dependencies]
ctrlc = "3.2.1"
ctrlc = "3.2.2"
rand = "0.8.5"

[features]
Expand Down

0 comments on commit bef5e75

Please sign in to comment.