Skip to content

chore(deps): bump strata-tasks from v0.1.0-alpha-rc16 to v0.1.0-alpha-rc25 in /backend#257

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/backend/strata-tasks-v0.1.0-alpha-rc25
Open

chore(deps): bump strata-tasks from v0.1.0-alpha-rc16 to v0.1.0-alpha-rc25 in /backend#257
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/backend/strata-tasks-v0.1.0-alpha-rc25

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps strata-tasks from v0.1.0-alpha-rc16 to v0.1.0-alpha-rc25.

Release notes

Sourced from strata-tasks's releases.

v0.1.0-alpha-rc25

What's Changed

Full Changelog: alpenlabs/strata-common@v0.1.0-alpha-rc24...v0.1.0-alpha-rc25

v0.1.0-alpha-rc24

What's Changed

Full Changelog: alpenlabs/strata-common@v0.1.0-alpha-rc22...v0.1.0-alpha-rc24

v0.1.0-alpha-rc23

What's Changed

Full Changelog: alpenlabs/strata-common@v0.1.0-alpha-rc22...v0.1.0-alpha-rc23

v0.1.0-alpha-rc22

What's Changed

Full Changelog: alpenlabs/strata-common@v0.1.0-alpha-rc21...v0.1.0-alpha-rc22

v0.1.0-alpha-rc21

What's Changed

Full Changelog: alpenlabs/strata-common@v0.1.0-alpha-rc20...v0.1.0-alpha-rc21

v0.1.0-alpha-rc20

What's Changed

... (truncated)

Commits
  • 064ebd8 feat(merkle): add node-storing MMR behind node_store feature (#107)
  • 25d2ff9 Build(deps): Bump metrics-exporter-prometheus from 0.16.2 to 0.18.1 (#114)
  • 0a68b96 Build(deps): Bump taiki-e/install-action from 2.75.17 to 2.79.2 (#113)
  • 81b8ac5 Build(deps): Bump github/codeql-action from 4.35.2 to 4.35.5 (#110)
  • 8e4df19 Build(deps): Bump bitcoin from 0.32.8 to 0.32.9 (#108)
  • bc5cc95 chore: fix wrong link in issue template
  • e5554ee fix(predicate): canonical SP1 Groth16 parsing, bump zkaleido, rework feature ...
  • f93a3b7 chore(deps): bump ssz-gen to 0.16.0 (#105)
  • 7eaaf48 feat(metrics): add process metrics initializer (#104)
  • bb060d6 chore: bump zkaleido deps to v0.1-beta.1 (#103)
  • 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 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)

Bumps [strata-tasks](https://github.com/alpenlabs/strata-common) from v0.1.0-alpha-rc16 to v0.1.0-alpha-rc25.
- [Release notes](https://github.com/alpenlabs/strata-common/releases)
- [Commits](alpenlabs/strata-common@a0c3466...064ebd8)

---
updated-dependencies:
- dependency-name: strata-tasks
  dependency-version: 064ebd8a932936bb3255a7a80db235c2f50bf04a
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 3, 2026
@dependabot dependabot Bot requested a review from krsnapaudel as a code owner June 3, 2026 17:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 3, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 766c887f90

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread backend/Cargo.lock
name = "strata-tasks"
version = "0.3.0-alpha.1"
source = "git+https://github.com/alpenlabs/strata-common?tag=v0.1.0-alpha-rc16#a0c346696ffbf2bc95b7fa37174e09d41462efa3"
source = "git+https://github.com/alpenlabs/strata-common?tag=v0.1.0-alpha-rc25#064ebd8a932936bb3255a7a80db235c2f50bf04a"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update the manifest tag with the lockfile

This lockfile entry is bumped to v0.1.0-alpha-rc25, but the workspace manifest still declares strata-tasks with tag = "v0.1.0-alpha-rc16" in backend/Cargo.toml:30. With that mismatch, a locked Cargo invocation for backend cannot satisfy the manifest from this lock entry and will require the lockfile to be updated back to rc16 (or fail under --locked), so the dependency bump is not actually usable in CI until the manifest tag is updated as well.

Useful? React with 👍 / 👎.

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.

0 participants