summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2020-01-19 22:35:05 -0500
committerClementTsang <clementjhtsang@gmail.com>2020-01-21 22:48:56 -0500
commitae6e27d25a1d20419aed75a2b9165858a29eda92 (patch)
tree70a5faccaa0e0c0dc1c40a5509b547fc27e40ff1
parentc0df2e6c334c0885c112187320172e6cd10b51b7 (diff)
Updated cargo and .gitignore
-rw-r--r--.gitignore5
-rw-r--r--Cargo.toml10
2 files changed, 9 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a154bca7..61746d1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,7 @@ Cargo.lock
**/*.rs.bk
*.log
-.vscode \ No newline at end of file
+.vscode
+rust-unmangle
+*.svg
+*.data \ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
index 316e8ffc..979e1183 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,17 +24,17 @@ chrono = "0.4.10"
clap = "2.33.0"
crossterm = "0.14"
failure = "0.1.6"
-fern = "0.5"
+fern = "0.5.9"
futures-timer = "2.0.2"
futures = "0.3.1"
heim = "0.0.9"
-log = "0.4"
+log = "0.4.8"
regex = "1.3.3"
-sysinfo = "0.9" #0.9 seems to be the last working version for my Ryzen PC...
+sysinfo = "0.9.6" #0.9 seems to be the last working version for my Ryzen PC...
tokio = "0.2.9"
-winapi = "0.3"
+winapi = "0.3.8"
tui = {version = "0.8", features = ["crossterm"], default-features = false }
-lazy_static = "1.4"
+lazy_static = "1.4.0"
[dev-dependencies]
assert_cmd = "0.12"