From bcc4800b3d93ddf46299f568c7acfc1af919e80a Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Wed, 17 Apr 2019 11:45:59 -0400 Subject: update Cargo.toml dependencies --- Cargo.toml | 13 +++++++------ 1 file 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 = "*" -- cgit v1.2.3