summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-12-09 01:21:59 +0100
committerrabite <rabite@posteo.de>2019-12-09 01:21:59 +0100
commit17c25221241c61acf6a77967471439775829abe8 (patch)
treedd4cc3d425c11a37e5ba9257ccfb3141a3916f96 /Cargo.toml
parentd42f7d328c53e010cf28153a25168368b8b0376c (diff)
update dependencies and fix build
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb5e8ee..08c2493 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ failure_derive = "0.1.1"
notify = "4.0.12"
parse-ansi = "0.1.6"
signal-notify = "0.1.3"
-systemstat = "0.1.4"
+systemstat = "0.1.5"
mime_guess = "2.0.0-alpha.6"
async_value = "0.2"
osstrtools = "0.1.9"
@@ -81,8 +81,7 @@ required-features = ["img"]
-[patch.crates-io]
-systemstat = { git = 'https://github.com/myfreeweb/systemstat', tag="v0.1.4" }
+
# These options increase performance and generate a smaller binary
[profile.release]