Blob Blame History Raw
--- notify-4.0.11/Cargo.toml	1970-01-01T00:00:00+00:00
+++ notify-4.0.11/Cargo.toml	2019-05-09T06:25:26.325918+00:00
@@ -40,7 +40,7 @@
 manual_tests = []
 timing_tests = []
 [target."cfg(target_os=\"linux\")".dependencies.inotify]
-version = "^0.6.1"
+version = "^0.7"
 default-features = false
 
 [target."cfg(target_os=\"linux\")".dependencies.mio]
@@ -48,16 +48,6 @@
 
 [target."cfg(target_os=\"linux\")".dependencies.mio-extras]
 version = "^2.0.5"
-[target."cfg(target_os=\"macos\")".dependencies.fsevent]
-version = "0.4"
-
-[target."cfg(target_os=\"macos\")".dependencies.fsevent-sys]
-version = "2"
-[target."cfg(windows)".dependencies.kernel32-sys]
-version = "^0.2.1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "^0.3.5"
 [badges.maintenance]
 status = "passively-maintained"