summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 11:06:36 -0400
committerGitHub <noreply@github.com>2022-07-04 11:06:36 -0400
commit1e008f835a75e366c8ae141a6a50155d3cfad84a (patch)
treeadbacd4a09429823523f71333d97a5dc99224f29 /Cargo.toml
parentab8015e4f7168c30256503aa9f26548bf0cbfe93 (diff)
Bump bytelines from 2.2.2 to 2.4.0 (#1034)
Bumps [bytelines](https://github.com/whitfin/bytelines) from 2.2.2 to 2.4.0. - [Release notes](https://github.com/whitfin/bytelines/releases) - [Commits](https://github.com/whitfin/bytelines/compare/v2.2.2...v2.4.0) --- updated-dependencies: - dependency-name: bytelines dependency-type: direct:production update-type: version-update:semver-minor ... 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 d2d35015..0def5a3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ ansi_term = "0.12.1"
atty = "0.2.14"
bitflags = "1.3.2"
box_drawing = "0.1.2"
-bytelines = "2.2.2"
+bytelines = "2.4.0"
clap = { version = "3.0.7", features = ["derive"] }
console = "0.15.0"
ctrlc = "3.2.1"