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

Migrate deprecated dependency crypto-mac to digest #54

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

robjtede
Copy link
Contributor

@robjtede robjtede commented Apr 10, 2024

This crate was merged into digest.

The last published crypto-mac dependency on subtle is pinned and has started causing issues.

subtle = { version = "=2.4", default-features = false }

Unfortunately, the impl From<crypto_mac::InvalidKeyLength> for ErrorCode makes this a breaking change.

@breard-r breard-r merged commit 6f8b82a into breard-r:main Apr 10, 2024
17 checks passed
@breard-r
Copy link
Owner

Thank you!

@robjtede robjtede deleted the digest branch April 10, 2024 17:24
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