-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #87
Conversation
…d-and-curve25519 Dependency updates, fixes for nightly-2021-07-21
@@ -59,3 +58,6 @@ u64_backend = ["curve25519-dalek/u64_backend"] | |||
u32_backend = ["curve25519-dalek/u32_backend"] | |||
fiat_u64_backend = ["curve25519-dalek/fiat_u64_backend"] | |||
fiat_u32_backend = ["curve25519-dalek/fiat_u32_backend"] | |||
|
|||
[patch.crates-io] | |||
curve25519-dalek = { git = "https://github.com/mobilecoinfoundation/curve25519-dalek.git", rev = "8791722e0273762552c9a056eaccb7df6baf44d7" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed once dalek-cryptography/curve25519-dalek#383 is merged and published.
# `serde` is renamed to `our_serde` in order to avoid a name collision between | ||
# importing the serde dependency and enabling the curve25519-dalek/serde feature | ||
our_serde = { package = "serde", version = "1", default-features = false, optional = true, features = ["derive"] } | ||
zeroize = { version = "=1.3", default-features = false, features = ["zeroize_derive"] } | ||
zeroize = { version = "1", default-features = false, features = ["zeroize_derive"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch would unblock the coexistence of this crate with elliptic-curve
. What would it take to get it released?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be updated to use dalek-cryptography/curve25519-dalek#405 once that's released
Subsumed by #95 . Thank you! |
Update all deps to latest.