Rust 2021, updated dependencies & clippy
- Updated edition to Rust 2021 (
cargo fix --edition
) as theREADME
says this crate is maintained with lateststable
. - Updated all dependencies to latest versions (except
blake2
indev/Cargo.toml
). - Fixed deprecation warnings caused by dep. updates.
- Made
clippy
happy.