Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent bf97e8c commit 0fd005e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 39 deletions.
45 changes: 7 additions & 38 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 crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ validate-npm-package-name = { path = "../validate-npm-package-name" }
textwrap = "0.16.0"
is-terminal = "0.4.7"
log = { version = "0.4", features = ["std"] }
ctrlc = "3.2.5"
ctrlc = "3.4.1"
walkdir = "2.4.0"
volta-layout = { path = "../volta-layout" }
once_cell = "1.17.0"
Expand Down

0 comments on commit 0fd005e

Please sign in to comment.