From 3bcb3879bddefed916f416b6a9fa406ff58f4ec7 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Sun, 13 Dec 2020 20:48:38 -0500 Subject: Update tokio & pull in notify, instead of inotify The notify crate is cross-platform, and the newer tokio has some bug fixes. Let's use those. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9744784..335dcc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] clap = "3.0.0-beta.2" -tokio = { version = "0.2.22", features = [ "full" ] } +tokio = { version = "0.3.5", features = [ "full" ] } serde_json = "1.0.48" serde_derive = "1.0.104" serde = "1.0.104" @@ -20,7 +20,7 @@ merge = "0.1.0" whoami = "0.9.0" log = "0.4" pretty_env_logger = "0.4" -inotify = "0.8" +notify = "5.0.0-pre.3" futures-util = "0.3.6" fork = "0.1" thiserror = "1.0" -- cgit v1.2.3