-
Notifications
You must be signed in to change notification settings - Fork 13
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 #10
Conversation
Unfortunately, this does seem to break the encryption tests, although not the decryption ones, not sure what's up with that. |
@bhgomes Hi! Thank you for the PR, I'll check it out. |
Thanks for reviewing! The reason I wanted to upgrade was to try and get crates like Also, I think it's generally unwise to use super old versions of cryptography crates, especially ones that have deprecated features. If there's no way to fix the seeding changes (not sure if it's possible since |
Oh, right, what a mistake from my side, I should've hidden RNG inside. Hm... Let me publish a fix of the build first. Then I'm going to create a version 0.3.0 with incompatible API (without RNG templated parameter). In fact, most users wouldn't see any problem unless they specified templated What do you think? |
I think that's definitely a good idea. Not sure if that will fix packages that use Any reason other than the breaking tests why you would not want to upgrade to the latest versions for crypto packages? BTW: The |
@bhgomes Once it becomes compatible for you (with the latest |
I think to fix the dependency issues, since you are going to remove the |
Done: PR #12 |
clippy
issuescargo build --no-default-features --features="alloc"
issue (Vec
was not imported)