--- crypto-hash-0.3.0/Cargo.toml 2017-06-18T22:54:02+02:00 +++ crypto-hash-0.3.0/Cargo.toml 2018-01-14T23:37:00.761487+01:00 @@ -18,14 +18,7 @@ appveyor = { repository = "malept/crypto-hash" } [dependencies] -hex = "0.2" - -[target.'cfg(target_os = "macos")'.dependencies] -commoncrypto = "0.2" - -[target.'cfg(target_os = "windows")'.dependencies] -advapi32-sys = "0.2" -winapi = "0.2" +hex = "0.3" [target.'cfg(not(any(target_os = "windows", target_os = "macos")))'.dependencies] -openssl = "0.9" +openssl = "0.10"