Skip to content
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

Bump dalek version because of RustSec Advisory #547

Merged
merged 3 commits into from
Aug 15, 2023

Conversation

MitchTurner
Copy link
Member

No description provided.

@@ -36,7 +36,7 @@ tai64 = "4.0"
thiserror = "1.0"

[dev-dependencies]
ed25519-dalek = "1.0" # TODO: upgrade to 2.0 when it's released, and remove rand below
ed25519-dalek = "2.0.0"
ed25519-dalek_old_rand = { package = "rand", version = "0.7.3" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need to use this one?=)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

It has rand_core feature, maybe we can use it isntead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. That seems to work.

@@ -15,7 +15,7 @@ borrown = "0.1"
coins-bip32 = { version = "0.8", default-features = false, optional = true }
coins-bip39 = { version = "0.8", default-features = false, features = ["english"], optional = true }
ecdsa = { version = "0.16", default-features = false }
ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] }
ed25519-dalek = { version = "2.0.0", default-features = false }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is u64_backend a default behavior right now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't see what happened to it, so I figured I'd rely on the the compiler to tell me.

@MitchTurner MitchTurner added this pull request to the merge queue Aug 15, 2023
Merged via the queue into master with commit 2261378 Aug 15, 2023
33 checks passed
@MitchTurner MitchTurner deleted the bump-dalek-version branch August 15, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants