This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
-@@ -56,11 +56,11 @@
+@@ -56,26 +56,26 @@
[target.'cfg(target_os = "macos")'.dependencies]
- core-foundation = { version = "0.4.4", features = ["mac_os_10_7_support"] }
+ core-foundation = { version = "0.5.1", features = ["mac_os_10_7_support"] }
-[target.'cfg(windows)'.dependencies]
--kernel32-sys = "0.2"
--miow = "0.2"
--psapi-sys = "0.1"
--winapi = "0.2"
-+#[target.'cfg(windows)'.dependencies]
-+#kernel32-sys = "0.2"
-+#miow = "0.2"
-+#psapi-sys = "0.1"
-+#winapi = "0.2"
+-miow = "0.3"
++# [target.'cfg(windows)'.dependencies]
++# miow = "0.3"
+
+-[target.'cfg(windows)'.dependencies.winapi]
+-version = "0.3"
+-features = [
+- "handleapi",
+- "jobapi",
+- "jobapi2",
+- "minwindef",
+- "ntdef",
+- "processenv",
+- "processthreadsapi",
+- "psapi",
+- "synchapi",
+- "winerror",
+- "winbase",
+- "wincon",
+- "winnt",
+-]
++# [target.'cfg(windows)'.dependencies.winapi]
++# version = "0.3"
++# features = [
++# "handleapi",
++# "jobapi",
++# "jobapi2",
++# "minwindef",
++# "ntdef",
++# "processenv",
++# "processthreadsapi",
++# "psapi",
++# "synchapi",
++# "winerror",
++# "winbase",
++# "wincon",
++# "winnt",
++# ]
[dev-dependencies]
bufstream = "0.1"