summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 11:48:32 -0400
committerGitHub <noreply@github.com>2022-07-04 11:48:32 -0400
commitb2e43935a1a9cb4090d98f024c7f48f87739387b (patch)
tree5a25092a29264dc5018f9a06899c0e60acf6fe07 /Cargo.toml
parent1472a87f4a8453b467fdf1181779c5b464234878 (diff)
Bump ctrlc from 3.2.1 to 3.2.2 (#1055)
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](https://github.com/Detegr/rust-ctrlc/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e5c109b..06916013 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ box_drawing = "0.1.2"
bytelines = "2.4.0"
clap = { version = "3.0.7", features = ["derive"] }
console = "0.15.0"
-ctrlc = "3.2.1"
+ctrlc = "3.2.2"
dirs-next = "2.0.0"
grep-cli = "0.1.6"
itertools = "0.10.1"