While attempting to build peach-web for aarch64-unknown-linux-gnu I ran into a build error for rust-crypto. Upon investigation, I learned that this crate is unmaintained and has not been updated in over 5 years.
This PR replaces rust-crypto with the sha3 crate (maintained by the RustCrypto org).
While attempting to build `peach-web` for `aarch64-unknown-linux-gnu` I ran into a build error for `rust-crypto`. Upon investigation, I learned that this crate is unmaintained and has not been updated in over 5 years.
This PR replaces `rust-crypto` with the `sha3` crate (maintained by the [RustCrypto org](https://github.com/RustCrypto)).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
While attempting to build
peach-webforaarch64-unknown-linux-gnuI ran into a build error forrust-crypto. Upon investigation, I learned that this crate is unmaintained and has not been updated in over 5 years.This PR replaces
rust-cryptowith thesha3crate (maintained by the RustCrypto org).nice find!
funny with internet that sometimes a tutorial you are reading is actually from years ago and outdated
LGTM