Skip to content

fix(ci): align fuzz hmac dependency with rustcrypto adapter#316

Merged
EffortlessSteven merged 1 commit into
mainfrom
fix/fuzz-hmac-compat
Mar 27, 2026
Merged

fix(ci): align fuzz hmac dependency with rustcrypto adapter#316
EffortlessSteven merged 1 commit into
mainfrom
fix/fuzz-hmac-compat

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • bump the fuzz crate's direct hmac dependency to 0.13.0-rc.6
  • keep the fuzz target using the same HMAC crate version as uselesskey-rustcrypto
  • fix the post-merge CI regression introduced after chore(deps): bump sha2 from 0.11.0-rc.5 to 0.11.0 #312 moved the RustCrypto HMAC path forward

Validation

  • cargo check --manifest-path fuzz/Cargo.toml --bin adapter_rustcrypto_roundtrip
  • cargo +nightly fuzz build adapter_rustcrypto_roundtrip
  • cargo xtask gate --check

Context

Main CI run 23665668000 failed in adapter_rustcrypto_roundtrip because the fuzz crate still imported HMAC traits from hmac 0.12 while uselesskey-rustcrypto now returns hmac 0.13.0-rc.6 types.

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Mar 27, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 24 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 5 minutes and 24 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 803bfd6f-a98f-47e8-a960-0bd4ce769f54

📥 Commits

Reviewing files that changed from the base of the PR and between ee29d3f and ddbcf26.

⛔ Files ignored due to path filters (1)
  • fuzz/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • fuzz/Cargo.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/fuzz-hmac-compat

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@EffortlessSteven EffortlessSteven merged commit bbf1399 into main Mar 27, 2026
4 checks passed
@EffortlessSteven EffortlessSteven deleted the fix/fuzz-hmac-compat branch March 27, 2026 21:41
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.

1 participant