--- crypto-hash-0.3.4/Cargo.toml 1970-01-01T00:00:00+00:00 +++ crypto-hash-0.3.4/Cargo.toml 2019-12-07T02:35:23.895951+00:00 @@ -22,14 +22,9 @@ license = "MIT" repository = "https://github.com/malept/crypto-hash" [dependencies.hex] -version = "0.3" -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.commoncrypto] -version = "0.2" +version = "0.4" [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl] version = "0.10" -[target."cfg(target_os = \"windows\")".dependencies.winapi] -version = "0.3" -features = ["minwindef", "wincrypt"] [badges.appveyor] repository = "malept/crypto-hash"