Skip to content

Comments

Update dependencies#6132

Open
workers-devprod wants to merge 1 commit intomainfrom
automatic-update-deps
Open

Update dependencies#6132
workers-devprod wants to merge 1 commit intomainfrom
automatic-update-deps

Conversation

@workers-devprod
Copy link
Contributor

This is an automated pull request for updating the dependencies of workerd.

@workers-devprod workers-devprod requested review from a team as code owners February 22, 2026 00:17
@workers-devprod workers-devprod enabled auto-merge (rebase) February 22, 2026 00:17
@github-actions
Copy link

The generated output of @cloudflare/workers-types has been changed by this PR. If this is intentional, run just generate-types to update the snapshot. Alternatively, you can download the full generated types:

Full Type Diff

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 22, 2026

Merging this PR will degrade performance by 15.67%

❌ 1 regressed benchmark
✅ 69 untouched benchmarks
⏩ 129 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
jsonResponse[Response] 40 µs 47.4 µs -15.67%

Comparing automatic-update-deps (7ed2d38) with main (5356403)

Open in CodSpeed

Footnotes

  1. 129 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@npaun
Copy link
Member

npaun commented Feb 22, 2026

Fails with

src/workerd/server/container-client.c++:830:30: error: no viable conversion from 'kj::String' to 'const struct sockaddr *'
  830 |     if (mapping.cidr.matches(hostAndPort.host)) {
      |                              ^~~~~~~~~~~~~~~~
bazel-out/aarch64-dbg/bin/external/+http+capnp-cpp/src/kj/_virtual_includes/kj/kj/string.h:226:20: note: candidate function
  226 |   inline constexpr operator ArrayPtr<char>() KJ_LIFETIMEBOUND;
      |                    ^
bazel-out/aarch64-dbg/bin/external/+http+capnp-cpp/src/kj/_virtual_includes/kj/kj/string.h:227:20: note: candidate function
  227 |   inline constexpr operator ArrayPtr<const char>() const KJ_LIFETIMEBOUND;
      |                    ^
bazel-out/aarch64-dbg/bin/external/+http+capnp-cpp/src/kj/_virtual_includes/kj-async/kj/cidr.h:48:39: note: passing argument to parameter 'addr' here
   48 |   bool matches(const struct sockaddr* addr) const;
      |                                       ^

@npaun
Copy link
Member

npaun commented Feb 22, 2026

Not clear to me why the capnproto dep managed to update even though it's frozen

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants