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

Update all dependencies #60

Merged
merged 4 commits into from
Oct 9, 2023

Conversation

BlackHoleFox
Copy link
Collaborator

Quite a few dependencies went stale, but most importantly ed25519_dalek had a 4.0 release since last spending time on signify. It improves a bunch and removes the need for the manual implementation of key matching for verification I added last year.

Also, drop the base64 crate entirely. We depend on base64ct indirectly already and the API of newer base64 versions is Not Good:tm:

This should also cleanup a RUSTSEC advisory for the old ed25519_dalek crates.

Cargo.lock Show resolved Hide resolved
@BlackHoleFox BlackHoleFox merged commit 239e9b6 into badboy:main Oct 9, 2023
5 checks passed
@BlackHoleFox BlackHoleFox deleted the all-the-dep-updates branch October 9, 2023 14:21
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