Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the patch-versions group with 1 update: regex-automata.

Updates regex-automata from 0.4.11 to 0.4.12

Commits
  • 459dbbe regex-automata-0.4.12
  • 610bf2d regex-syntax-0.8.7
  • 7dbb384 changelog: 1.12.0
  • bd345d7 automata: fix broken universal start states with sparse DFA
  • 72618c6 regex: add Captures::as_match method
  • 821a8ea regex[-lite]: inline format arguments
  • 81042ec automata: inline format arguments
  • 5070f75 syntax: inline format arguments
  • 91a92a9 capi: inline format arguments
  • e699918 capi: update to Rust 2021
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated two internal dependency versions to maintain compatibility and security; no user-facing changes.
    • No changes to exported/public APIs, control flow, or error handling.
    • No action required from users; behavior remains consistent with previous releases.

Bumps the patch-versions group with 1 update: [regex-automata](https://github.com/rust-lang/regex).


Updates `regex-automata` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-automata-0.4.11...regex-automata-0.4.12)

---
updated-dependencies:
- dependency-name: regex-automata
  dependency-version: 0.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 13, 2025 09:36
@dependabot dependabot bot removed the request for review from a team October 13, 2025 09:36
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
@dependabot dependabot bot added the rust Pull requests that update Rust code label Oct 13, 2025
Copy link
Contributor

coderabbitai bot commented Oct 13, 2025

Walkthrough

Updated two workspace dependency versions in Cargo.toml: ethereum-types 0.15 → 0.16 (feature "ethbloom" retained) and keccak-hash 0.11 → 0.12. No changes to control flow, error handling, or public API signatures.

Changes

Cohort / File(s) Summary
Workspace dependency bumps
Cargo.toml
Bumped ethereum-types from 0.15 to 0.16 (kept feature "ethbloom"); bumped keccak-hash from 0.11 to 0.12. No code, API, or control-flow changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested reviewers

  • LesnyRumcajs
  • sudo-shashank

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title Check ⚠️ Warning The pull request title indicates a bump of the regex-automata crate, but the provided file-level summary describes updates to ethereum-types and keccak-hash instead, so the title does not accurately reflect the actual changes in this PR. Please update the PR title to match the actual dependency updates contained in Cargo.toml or ensure the raw summary and objectives align with the title by including the regex-automata bump if that is indeed part of the changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/cargo/patch-versions-57b5e81b66

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

akaladarshi
akaladarshi previously approved these changes Oct 13, 2025
@akaladarshi akaladarshi dismissed their stale review October 13, 2025 10:02

CI is failing

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 98b7567 and 890cade.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: Build forest binaries on Linux AMD64
  • GitHub Check: Build Ubuntu
  • GitHub Check: cargo-publish-dry-run
  • GitHub Check: Build MacOS
  • GitHub Check: tests-release
  • GitHub Check: tests
  • GitHub Check: All lint checks
🔇 Additional comments (1)
Cargo.toml (1)

257-257: regex-automata version verified Cargo.toml’s caret constraint "0.4" and Cargo.lock resolution at 0.4.12 confirm the bump.

educe = { version = "0.6.0", features = ["Debug"], default-features = false }
enumflags2 = "0.7"
ethereum-types = { version = "0.15", features = ["ethbloom"] }
ethereum-types = { version = "0.16", features = ["ethbloom"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

ethereum-types 0.16: sanity-check features and MSRV

Looks fine; please verify “ethbloom” feature still exists and there are no breaking API/MSRV bumps impacting us.


🌐 Web query:

ethereum-types 0.16 changelog breaking changes and feature list (is `ethbloom` still present?)

💡 Result:

Short answer: I can't find an ethereum-types 0.16 release. The latest published version is 0.15.1 (2024-09-12). In 0.15.1 ethbloom exists as a feature (it was made optional in 0.14.0) and the crate still exposes an "ethbloom" feature (enabled by default in 0.15.1). [1][2]

Sources

  • ethereum-types changelog (shows 0.15.1 and that ethbloom was made optional in 0.14.0). [1]
  • ethereum-types 0.15.1 features page (lists ethbloom as a feature, default-enabled). [2]

Invalid ethereum-types version bump
Cargo.toml:67 sets ethereum-types = "0.16", but no such release exists on crates.io; update to a valid version (e.g., 0.15.1).

🤖 Prompt for AI Agents
In Cargo.toml around line 67, the dependency line sets ethereum-types = "0.16"
which does not exist on crates.io; change the version to a valid release (for
example "0.15.1") and then run cargo update -p ethereum-types (or cargo update)
to refresh Cargo.lock so the lockfile matches the updated dependency.

jsonrpsee = { version = "0.26", features = ["server", "ws-client", "http-client", "macros"] }
jsonwebtoken = { version = "10", features = ["rust_crypto"] }
keccak-hash = "0.11"
keccak-hash = "0.12"
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

keccak-hash 0.12: confirm API compatibility

Approve, but double‑check for API or trait changes (e.g., keccak_256 signatures) and MSRV bumps.


🌐 Web query:

keccak-hash crate 0.12 release notes or changelog; any breaking changes from 0.11?

💡 Result:

I couldn't find a keccak-hash 0.12 release — the latest published release is 0.11.0 (Sep 11, 2024). No 0.12 changelog or release notes are available, so there are no documented breaking changes from 0.11 to 0.12. [1][2]

Sources:

  • Libraries.io keccak-hash releases (shows 0.11.0 as latest). [1]
  • docs.rs / crate page for keccak-hash (0.11.0). [2]

Cargo.toml: invalid keccak-hash version
keccak-hash = "0.12" references a non-existent release (latest is 0.11.0); update to a published version.

🤖 Prompt for AI Agents
In Cargo.toml at line 117, the dependency keccak-hash is pinned to a
non-existent version "0.12"; update that entry to a published release (for
example "0.11" or "0.11.0") so Cargo can resolve the crate, then run cargo
update / cargo build to verify resolution and adjust any breaking changes if
necessary.

@hanabi1224 hanabi1224 enabled auto-merge October 13, 2025 10:31
@akaladarshi akaladarshi self-requested a review October 13, 2025 14:09
@hanabi1224 hanabi1224 added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit ea36cd8 Oct 13, 2025
86 of 88 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/cargo/patch-versions-57b5e81b66 branch October 13, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants