summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-22 08:29:55 +0000
committerGitHub <noreply@github.com>2020-06-22 08:29:55 +0000
commit892bcb8ff2908919935a428aed84fa626e5af15f (patch)
treec3e234f8265f1bb37c2285d75f2c5a82352028fa /Cargo.toml
parentf635d87938a0b3d74e90e8e0e9aadb65e7d3bb93 (diff)
Bump dirs from 2.0.2 to 3.0.0
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 519b487b..185a2f51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ bitflags = "1.2.1"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.11.3"
-dirs = "2.0"
+dirs = "3.0"
itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.3.9"