Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2025

Bumps the worker group with 2 updates: worker and worker-macros.

Updates worker from 0.6.7 to 0.7.0

Commits

Updates worker-macros from 0.6.7 to 0.7.0

Release notes

Sourced from worker-macros's releases.

Workers KV 0.7.0

worker-kv has been moved to this repository from https://github.com/zebp/worker-kv

Thanks @​Kakapio !

Changes

  • Mark KvStore as Sync and Send for better ergonomics with axum and other HTTP frameworks.

Release v0.7.0

For users not updating to this version, make sure to use cargo install [email protected], as the latest 0.7 will no longer work with older versions of the worker library.

Breaking Changes

  • Durable object storage.get now returns an option to handle missing entries instead of an error (cloudflare/workers-rs#859)
  • The DurableObject trait now needs to be explicitly imported and won't be brought into scope automatically, which was stopping multiple durable objects in the same file from working correctly (cloudflare/workers-rs#872)
  • As of version [email protected] and [email protected], these toolchains now are majorly versioned together and will throw when using unexpected versions. Attempting to use [email protected] with [email protected] will throw an error. It is instead recommended to lock the version of worker-build to the expected semver via cargo install worker-build@^0.7.

Deprecations

  • worker-kv is no longer published, and is instead available as worker::kv
  • data() and get_env() on RouteContext for instead using these fields directly

Features

Bug Fixes & Refactoring

New Contributors

Full Changelog: cloudflare/workers-rs@v0.6.7...v0.7.0

Commits

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 core dependencies to their latest versions for improved performance and compatibility.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps the worker group with 2 updates: [worker](https://github.com/cloudflare/workers-rs) and [worker-macros](https://github.com/cloudflare/workers-rs).


Updates `worker` from 0.6.7 to 0.7.0
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.6.7...v0.7.0)

Updates `worker-macros` from 0.6.7 to 0.7.0
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.6.7...v0.7.0)

---
updated-dependencies:
- dependency-name: worker
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: worker
- dependency-name: worker-macros
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: worker
...

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 Nov 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 30, 2025 23:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 30, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 30, 2025

Walkthrough

The pull request bumps the worker and worker-macros dependencies from version 0.6 to 0.7 in Cargo.toml. Both dependencies maintain their existing feature flags and configuration after the version update.

Changes

Cohort / File(s) Summary
Dependency version bumps
Cargo.toml
Updated worker from 0.6 to 0.7 and worker-macros from 0.6 to 0.7 while preserving all existing features and optional flags

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Verify compatibility of worker 0.7 with the current codebase (check release notes for breaking changes)
  • Confirm that existing feature flags and optional dependencies remain correct

Suggested reviewers

  • hanabi1224
  • LesnyRumcajs

Poem

🐰 A version hop, so quick and neat,
From point-six to seven—what a treat!
Dependencies dance, features aligned,
No breaking changes left behind! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: bumping worker dependencies from 0.6 to 0.7 with 2 updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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/worker-f467aa6821

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

@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.11%. Comparing base (8320773) to head (7751092).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #361   +/-   ##
=======================================
  Coverage   41.11%   41.11%           
=======================================
  Files          40       40           
  Lines        2668     2668           
=======================================
  Hits         1097     1097           
  Misses       1571     1571           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@LesnyRumcajs
Copy link
Member

@hanabi1224 since you already touched it, please make sure the CI passes.

@hanabi1224
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@hanabi1224
Copy link
Contributor

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/worker-f467aa6821 branch December 1, 2025 09:49
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.

4 participants