summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-20 21:07:43 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-20 21:07:43 -0500
commit108265c627fa754621c92c923011f2efa07d228d (patch)
tree9b0d0b5321adc9f50b961e7a49d22631bd8a1d53 /Cargo.toml
parentc893bd1f33ae523e50f3f59dea7b982f9edd5ba2 (diff)
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e703f8..9af0949 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,13 +4,13 @@ version = "0.2.0"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
[dependencies]
-libc = "0.2.42"
-serde = "1.0.70"
-serde_derive = "1.0.70"
-toml = "0.4"
-tree_magic = "0.2.0"
-whoami = "0.2.2"
-xdg = "2.1.0"
+libc = "0.2.45"
+serde = "1.0.82"
+serde_derive = "1.0.82"
+toml = "0.4.10"
+tree_magic = "0.2.1"
+whoami = "0.2.4"
+xdg = "2.2.0"
[dependencies.ncurses]
version = "5.93.0"