aurora-rs / stellar-base-rs

Low level Stellar types for Rust.
https://docs.rs/stellar-base
Apache License 2.0
8 stars 6 forks source link

Update ed25519 dependency to v2 #14

Open bjorn opened 11 months ago

bjorn commented 11 months ago

The following outdated dependencies are related and likely should be updated together:

$ cargo outdated -R
Name           Project  Compat  Latest  Kind         Platform
----           -------  ------  ------  ----         --------
ed25519        1.5.3    ---     2.2.3   Normal       ---
ed25519-dalek  1.0.1    ---     2.0.0   Development  ---
rand           0.7.3    ---     0.8.5   Development  ---
ring-compat    0.5.1    ---     0.8.0   Development  ---

Some API changes have been made which will require adjustments.

bjorn commented 11 months ago

@trevor-crypto and @yellowred, since you have been involved in adding this dependency in #5, maybe it is something you could help with?