summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-05 22:50:58 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-05 22:50:58 -0500
commit9216b5fe47e2dddc679c8c8845c4eee874634da4 (patch)
tree1abd94150faf068586776480575fa8e324f9581c
parent541d9cd6d9ad23d8c262f43a67befb21283b8ebc (diff)
update dependencies
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d7cb03..b4ef4be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,10 @@ license = "LGPL-3"
clap = "2.32.0"
fs_extra = "1.1.0"
lazy_static = "1.2.0"
-libc = "0.2.45"
+libc = "0.2.46"
mime_guess = "1.8.6"
-serde = "1.0.82"
-serde_derive = "1.0.82"
+serde = "1.0.84"
+serde_derive = "1.0.84"
toml = "0.4.10"
wcwidth = "1.0.1"
whoami = "0.3.0"