1
Fork 0

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:
pierwill 2022-02-10 10:54:01 -06:00
parent 1a8fa2af1c
commit ef6dd124d6
5 changed files with 43 additions and 41 deletions

View file

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