Blob Blame History Raw
From 66a2e9bed008b13a8655fceb5d8e174965eb3625 Mon Sep 17 00:00:00 2001
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Date: Tue, 17 Dec 2019 08:56:23 +0100
Subject: [PATCH] chore: Update multiple dependencies

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
---
 Cargo.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 9c32c80..60183d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ profiling = ["cpuprofiler", "progress"]
 
 [dependencies]
 chrono = "0.4"
-chrono-tz = "0.4"
+chrono-tz = "0.5"
 lazy_static = "1.0"
 serde = "1.0"
 serde_derive = "1.0"
@@ -27,11 +27,11 @@ clap = "2.31"
 uuid = { version = "0.6", features = ["v4"] }
 dbus = "0.6"
 nix = "0.14.0"
-i3ipc = "0.8.2"
-num = "0.1.42"
+i3ipc = "0.10"
+num = "0.2"
 crossbeam-channel = "0.3"
-inotify = "0.5.1"
-maildir = "0.1.1"
+inotify = "0.8"
+maildir = "0.3"
 libpulse-binding = { optional = true, version = "2.2.3", default-features = false }
 notmuch = { optional = true, version = "0.1.1" }
 # Used only in debug build mode
-- 
2.24.1