summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-19 10:31:11 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-19 10:31:11 -0400
commit719264eab5df2869a63fccfb253d52aabe823f77 (patch)
treed638f828775f16af111f81d26263f64588621fb0 /Cargo.toml
parente84df119299652db39ebfa6a6c3a683b17a76b04 (diff)
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eea5025..9fe8f70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,9 @@ license = "LGPL-3"
edition = "2018"
[dependencies]
-chrono = "0.4.6"
-dirs = "1.0.5"
+alphanumeric-sort = "^1"
+chrono = "^0"
+dirs = "^1"
fs_extra = "^1"
lazy_static = "^1"
libc = "^0.2"