deps: bump asn1_der from 0.7.6 to 0.7.7#6332
Conversation
da9f70d to
cf2715c
Compare
Merge Queue Status
This pull request spent 1 hour 1 minute 49 seconds in the queue, with no time running CI. ReasonThe pull request can't be updated
HintYou should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
Bumps [asn1_der](https://github.com/KizzyCode/asn1_der-rust) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/KizzyCode/asn1_der-rust/releases) - [Commits](KizzyCode/asn1_der-rust@0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: asn1_der dependency-version: 0.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
cf2715c to
cdc53f3
Compare
Merge Queue Status
This pull request spent 1 hour 44 minutes 25 seconds in the queue, with no time running CI. Required conditions to merge
ReasonThe merge conditions cannot be satisfied due to failing checks HintYou may have to fix your CI before adding the pull request to the queue again. |
Bumps asn1_der from 0.7.6 to 0.7.7.
Commits
88f260aBump version9e27319Apply newer rustfmt rulesab7432dImprove tests76611baMerge branch 'sumleo-fix/derobject-raw-slice-bounds'198e5efAdjust formatting02e513bFix Integer::copy_numbytes to properly zero-fill bufferac29da5Minor change in formatting and added test vectors4789e33Reject non-canonical DER length encodingsf9cb2feOptimize SequenceVec::load from O(n²) to O(n) complexity6489f8eFix pipeline to prepare for MR review and merge