Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2025

Bumps openraft from 5ee43f3 to e91decd.

Commits
  • e91decd refactor: move async-runtime test suite to openraft-rt crate
  • f994c86 fix: handle empty limited_get_log_entries gracefully instead of panicking
  • 1ca036a chore: expand public API test coverage
  • 3363a02 refactor: extract async runtime traits into standalone openraft-rt crate
  • fa3b84c test: increase wait timeout for remove_leader test with single-term-leader
  • 1b4de11 change: rename feature flag singlethreaded to single-threaded
  • 9d4845b chore: extend clean target to clean all crates
  • 39d6205 refactor: move TokioRuntime from async_runtime to impls
  • 6b00eac refactor: add Clone, PartialEq, Eq traits to ReplicationError
  • 2a1c1e0 docs: add usage examples to DecomposeResult trait
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 24, 2025
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@dependabot dependabot bot force-pushed the dependabot/cargo/openraft-e91decd branch from 2d6ae3c to bf4c190 Compare December 24, 2025 22:23
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@dependabot dependabot bot force-pushed the dependabot/cargo/openraft-e91decd branch from bf4c190 to 0da8df7 Compare December 24, 2025 22:26
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@dependabot dependabot bot force-pushed the dependabot/cargo/openraft-e91decd branch from 0da8df7 to 7bfe6f5 Compare December 25, 2025 02:05
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@dependabot dependabot bot force-pushed the dependabot/cargo/openraft-e91decd branch from 7bfe6f5 to 7d9d3e7 Compare December 26, 2025 02:57
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@dependabot dependabot bot force-pushed the dependabot/cargo/openraft-e91decd branch from 7d9d3e7 to 88f9512 Compare December 26, 2025 06:03
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

Bumps [openraft](https://github.com/databendlabs/openraft) from `5ee43f3` to `e91decd`.
- [Release notes](https://github.com/databendlabs/openraft/releases)
- [Commits](databendlabs/openraft@5ee43f3...e91decd)

---
updated-dependencies:
- dependency-name: openraft
  dependency-version: e91decda4286cde6053cdd9bcc574f14828bdb43
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/openraft-e91decd branch from 88f9512 to 0045cba Compare December 26, 2025 06:04
@rocketmq-rust-bot
Copy link
Collaborator

🔊@dependabot[bot] 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI review first Ai review pr first auto merge dependencies Pull requests that update a dependency file ready to review rust Pull requests that update Rust code waiting-review waiting review this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants