summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-17 11:45:59 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-17 11:45:59 -0400
commitbcc4800b3d93ddf46299f568c7acfc1af919e80a (patch)
treefb82b1d3f678942c2d785fe806b39f0a06642fc1
parente95b3348eb71c285c25ec30bcfd0b240ba802f03 (diff)
update Cargo.toml dependencies
-rw-r--r--Cargo.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c66884..639c948 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,17 +10,18 @@ edition = "2018"
[dependencies]
chrono = "0.4.6"
fs_extra = "1.1.0"
-lazy_static = "1.2.0"
-libc = "0.2.49"
+lazy_static = "1.3.0"
+libc = "0.2.51"
mime = "0.3.13"
mime-detective = { git = "https://github.com/cjbassi/mime-detective", branch = "arch-linux" }
+notify = "4.0.10"
open = "1.2.2"
-serde = "1.0.88"
-serde_derive = "1.0.88"
+serde = "1.0.90"
+serde_derive = "1.0.90"
structopt = "0.2.14"
-toml = "0.4.10"
+toml = "0.5.0"
unicode-width = "0.1.5"
-whoami = "0.4.1"
+whoami = "0.5.0"
xdg = "2.2.0"
# clap = "*"