Replace outdated crypto crate #61

Merged
glyph merged 1 commits from replace_rust_crypto into main 2022-01-04 16:33:27 +00:00
Owner

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)).
glyph added the
maintenance
peach-lib
labels 2022-01-04 13:28:34 +00:00
glyph added 1 commit 2022-01-04 13:28:35 +00:00
glyph requested review from notplants 2022-01-04 13:28:56 +00:00
Owner

nice find!

funny with internet that sometimes a tutorial you are reading is actually from years ago and outdated

nice find! funny with internet that sometimes a tutorial you are reading is actually from years ago and outdated
Owner

LGTM

LGTM
glyph merged commit 6792e4702d into main 2022-01-04 16:33:27 +00:00
glyph deleted branch replace_rust_crypto 2022-01-04 16:33:27 +00:00
Sign in to join this conversation.
No description provided.