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
|
@ -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