summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-03 10:42:04 -0400
committerGitHub <noreply@github.com>2023-06-03 10:42:04 -0400
commite8d4e74c2cf8bc4f82c851da61f9f6c4a4bebb1f (patch)
tree9e912b164f1bc7c601c71f042c4671e402d60e38 /Cargo.toml
parent99451ead76b33743766f22e11ccda0c30c204a98 (diff)
Bump dirs from 4.0.0 to 5.0.1 (#1407)
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.1. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... 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 474daa7..9fcde63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ bytelines = "=2.2.2" # Pin version until its tokio and futures dependencies are
clap = { version = "4.1.8", features = ["derive", "help", "usage", "error-context", "wrap_help"] }
console = "0.15.0"
ctrlc = "3.2.5"
-dirs = "4.0.0"
+dirs = "5.0.1"
grep-cli = "0.1.7"
itertools = "0.10.5"
lazy_static = "1.4"