Update sha1
, sha2
, and md5
dependencies
This removes the `cpuid-bool` dependency, which is deprecated, while adding `crypto-common` as a new dependency.
This commit is contained in:
parent
1a8fa2af1c
commit
ef6dd124d6
5 changed files with 43 additions and 41 deletions
|
@ -16,6 +16,6 @@ scoped-tls = "1.0"
|
|||
unicode-width = "0.1.4"
|
||||
cfg-if = "0.1.2"
|
||||
tracing = "0.1"
|
||||
sha1 = { package = "sha-1", version = "0.9" }
|
||||
sha2 = "0.9"
|
||||
md5 = { package = "md-5", version = "0.9" }
|
||||
sha1 = { package = "sha-1", version = "0.10.0" }
|
||||
sha2 = "0.10.1"
|
||||
md5 = { package = "md-5", version = "0.10.0" }
|
||||
|
|
|
@ -68,8 +68,8 @@ use std::ops::{Add, Range, Sub};
|
|||
use std::path::{Path, PathBuf};
|
||||
use std::str::FromStr;
|
||||
|
||||
use md5::Digest;
|
||||
use md5::Md5;
|
||||
use sha1::Digest;
|
||||
use sha1::Sha1;
|
||||
use sha2::Sha256;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue