Blob Blame History Raw
--- gethostname-0.2.0/Cargo.toml	1970-01-01T00:00:00+00:00
+++ gethostname-0.2.0/Cargo.toml	2019-12-13T17:39:22.514845+00:00
@@ -24,9 +24,6 @@
 license = "Apache-2.0"
 repository = "https://github.com/lunaryorn/gethostname.rs.git"
 [dev-dependencies.pretty_assertions]
-version = "^0.5"
+version = "^0.6.1"
 [target."cfg(not(windows))".dependencies.libc]
 version = "^0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "^0.3"
-features = ["sysinfoapi"]