summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-12 18:37:42 -0400
committerGitHub <noreply@github.com>2021-10-12 18:37:42 -0400
commit6048b31c3a898ba650fac3747e3e9e3a5607c3e9 (patch)
tree87af20aa2f72dd543ffe8336a9e762cdacd601b5 /Cargo.toml
parentde57c6b476382f82f86dd746c86c5b9e90739b0e (diff)
Bump ctrlc from 3.2.0 to 3.2.1 (#733)
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.2.0...3.2.1) --- 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 ee010bef..9fd71bd2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ bitflags = "1.3.2"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.14.1"
-ctrlc = "3.2.0"
+ctrlc = "3.2.1"
dirs-next = "2.0.0"
grep-cli = "0.1.6"
itertools = "0.10.1"