summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-23 14:51:44 +0200
committerrabite <rabite@posteo.de>2019-05-23 14:51:44 +0200
commitea0f691a304045daa7a4c49d569380768e16d969 (patch)
treef8f43e377b2f447cfa2b4711eaf404ebb31de559 /Cargo.toml
parent79c807bb47491b5923552de5c3483156b1ba4e12 (diff)
update notify to 4.0.12
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 08495e8..dbc8fea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ chrono = "0.4"
libc = "0.2.51"
failure = "0.1.5"
failure_derive = "0.1.1"
-notify = { git = "https://github.com/passcod/notify", branch="try-v4" }
+notify = "4.0.12"
parse-ansi = "0.1.6"
signal-notify = "0.1.3"
systemstat = "0.1.4"