[PM-39446] Bump crypto-bigint to 0.7.5#1212
Open
quexten wants to merge 2 commits into
Open
Conversation
Contributor
🔍 SDK Breaking Change DetectionSDK Version:
Breaking change detection uses the build of the SDK from this branch, including any incompatibities pre-existing on or merged into this branch. Check the workflow logs to confirm. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1212 +/- ##
=======================================
Coverage 85.09% 85.10%
=======================================
Files 464 464
Lines 63866 63866
=======================================
+ Hits 54348 54354 +6
+ Misses 9518 9512 -6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-39446
📔 Objective
SDK is broken currently because crypto-bigint 0.7.x were yanked after 0.7.5 released with a bugfix: RustCrypto/crypto-bigint#1305
Bump
crypto-bigintfrom 0.7.3 to 0.7.5, pulling in transitive updates totypenum(1.20.1) andhybrid-array(0.4.12). Widen thetypenumversion constraint inbitwarden-cryptoto<1.21.0so the new version resolves.0.7.x were yanked after 0.7.5 was released.
🚨 Breaking Changes
None.