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

Fix breakage from zeroize updates #44

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Conversation

brndnmtthws
Copy link
Owner

This bumps the minimum version for zeroize to 1.6, and fixes some breakage associated with its changes.

This also fixes some deprecation warnings from base64.

This resolves #43.

@netlify
Copy link

netlify bot commented Mar 30, 2023

Deploy Preview for dryoc-docs ready!

Name Link
🔨 Latest commit 9cb417f
🔍 Latest deploy log https://app.netlify.com/sites/dryoc-docs/deploys/64261ef1aa196000082ef0a3
😎 Deploy Preview https://deploy-preview-44--dryoc-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #44 (e69e158) into main (66bf005) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head e69e158 differs from pull request most recent head 9cb417f. Consider uploading reports for the commit 9cb417f to get more accurate results

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   65.17%   65.19%   +0.02%     
==========================================
  Files          44       44              
  Lines        3164     3166       +2     
==========================================
+ Hits         2062     2064       +2     
  Misses       1102     1102              
Impacted Files Coverage Δ
src/blake2b/blake2b_simd.rs 0.00% <ø> (ø)
src/blake2b/blake2b_soft.rs 89.30% <ø> (ø)
src/classic/crypto_auth.rs 95.74% <ø> (ø)
src/classic/crypto_core.rs 99.23% <ø> (ø)
src/classic/crypto_generichash.rs 75.00% <ø> (ø)
src/classic/crypto_kdf.rs 86.66% <ø> (ø)
src/classic/crypto_onetimeauth.rs 89.65% <ø> (ø)
src/classic/crypto_pwhash.rs 63.15% <ø> (ø)
src/classic/crypto_secretbox.rs 84.21% <ø> (ø)
...c/classic/crypto_secretstream_xchacha20poly1305.rs 91.97% <ø> (ø)
... and 12 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

This bumps the minimum version for zeroize to 1.6, and fixes some
breakage associated with its changes.

This also fixes some deprecation warnings from base64.

This resolves #43.
@brndnmtthws brndnmtthws marked this pull request as ready for review March 30, 2023 23:44
@brndnmtthws brndnmtthws merged commit 9b36491 into main Mar 30, 2023
@brndnmtthws brndnmtthws deleted the fix-zeroize-base64-updates branch March 30, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant