Skip to content

Update Rust dependencies to latest releases#145

Merged
oshikiri merged 1 commit into
masterfrom
codex/update-rust-dependencies-to-latest-versions
Oct 28, 2025
Merged

Update Rust dependencies to latest releases#145
oshikiri merged 1 commit into
masterfrom
codex/update-rust-dependencies-to-latest-versions

Conversation

@oshikiri

Copy link
Copy Markdown
Owner

Summary

  • bump lazy_static, wasm-bindgen, js-sys, and web-sys to their latest versions
  • update console_error_panic_hook and test dependencies to current releases

Testing

  • cargo test

https://chatgpt.com/codex/tasks/task_e_6900c83b5fac832baecc2c578e8c6a4a

@coderabbitai

coderabbitai Bot commented Oct 28, 2025

Copy link
Copy Markdown

Warning

Rate limit exceeded

@oshikiri has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 51 seconds before requesting another review.

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 4a84a06 and e79fcfc.

📒 Files selected for processing (1)
  • engine/Cargo.toml (1 hunks)
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/update-rust-dependencies-to-latest-versions

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.

@oshikiri oshikiri requested a review from Copilot October 28, 2025 13:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates Rust dependencies in the engine's Cargo.toml to their latest versions, including lazy_static, wasm-bindgen, js-sys, web-sys, console_error_panic_hook, wasm-bindgen-test, and criterion.

  • Updated core WASM dependencies (wasm-bindgen, js-sys, web-sys) to version 0.2.105, 0.3.82, and 0.3.82 respectively
  • Updated lazy_static to 1.5.0 and console_error_panic_hook to 0.1.7
  • Updated test dependencies wasm-bindgen-test to 0.3.55 and criterion to 0.7.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@oshikiri oshikiri merged commit f78d62d into master Oct 28, 2025
3 checks passed
@oshikiri oshikiri deleted the codex/update-rust-dependencies-to-latest-versions branch October 28, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants