summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-05 17:30:11 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-08 16:35:59 +0200
commit087630b4934876482a71496cef38dd35ab301286 (patch)
treecd5dff77f0da9df9f4474980753bc8d7a06e2119 /core
parent998ff4168fe66b27deea59dadb04c5a69ce165e7 (diff)
core: Bump dirs to 2.0.
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 5da13213..a0c1df86 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -21,6 +21,6 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-dirs = "1.0"
+dirs = "2.0"
failure = "0.1.2"
tempdir = "0.3.5"