Skip to content

Update (very outdated) dependencies

Compare
Choose a tag to compare
@mikkyang mikkyang released this 12 Apr 01:44
· 249 commits to master since this release

The only user facing changes are much needed updates to the crypto dependencies, courtesy of #10.

Types from the previous crate, rust-crypto are replaced with types from various crates from https://github.com/RustCrypto.

For example, replace the type crypto::sha2::Sha256 with sha2::Sha256.

Additionally, rustc_serialize has been migrated to serde from #9.