summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parent54b2066f7360840b5feea925c9c73dff09d3edaf (diff)
Update xdg-util dependency to 0.4.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb3eda64..0e5d3428 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2174,9 +2174,9 @@ checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
[[package]]
name = "xdg-utils"
-version = "0.3.1"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d6c275db8f4249f393a5c4de777ebeba37a5859bc2209a30fb66dc566dddd3ce"
+checksum = "db9fefe62d5969721e2cfc529e6a760901cc0da422b6d67e7bfd18e69490dba6"
[[package]]
name = "xml-rs"