summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-28 14:44:50 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-28 15:59:25 +0200
commit98c1ece28d86a13a84678fb9918174a66f55a637 (patch)
treed246416362bf7dbaa0be7e985dd492c6e7ccd604 /melib
parent54b2066f7360840b5feea925c9c73dff09d3edaf (diff)
Update xdg-util dependency to 0.4.0
Diffstat (limited to 'melib')
-rw-r--r--melib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index f14c5c00..ab773f68 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -47,7 +47,7 @@ smol = "1.0.0"
async-stream = "0.2.1"
base64 = { version = "0.12.3", optional = true }
flate2 = { version = "1.0.16", optional = true }
-xdg-utils = "0.3.0"
+xdg-utils = "^0.4.0"
[features]
default = ["unicode_algorithms", "imap_backend", "maildir_backend", "mbox_backend", "vcard", "sqlite3", "smtp", "deflate_compression"]