summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-10 06:14:14 +0000
committerGitHub <noreply@github.com>2024-01-10 06:14:14 +0000
commit36904bde0f53a32fbec2a80c1c603d40409a1388 (patch)
treef3d21c16841c77fddba32a48dd0a3f734e925109 /Cargo.toml
parentfdfcc8fce30754a4f05eeb167a15d519888fc909 (diff)
Bump console from 0.15.7 to 0.15.8
Bumps [console](https://github.com/console-rs/console) from 0.15.7 to 0.15.8. - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.15.7...0.15.8) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 5aa04339..3a4c2545 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ bitflags = "2.2.1"
box_drawing = "0.1.2"
bytelines = "=2.2.2" # Pin version until its tokio and futures dependencies are optional.
clap = { version = "4.3.14", features = ["derive", "help", "usage", "error-context", "wrap_help"] }
-console = "0.15.0"
+console = "0.15.8"
ctrlc = "3.2.5"
dirs = "5.0.1"
grep-cli = "0.1.8"