You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now let me verify all features from the deleted 0.60.2 are present in 0.61.2. The old 0.60.2 had: Win32, Win32_Foundation, Win32_Networking, Win32_Networking_WinSock, Win32_System, Win32_System_IO, Win32_System_Threading, Win32_System_WindowsProgramming, default. All of these are present in the 0.61.2 file. Good.
This is a straightforward automated dependency update. Let me summarize my findings:
Rust deps: Patch-level bumps for libc, quote, socket2, tokio, uuid, zerocopy, zerocopy-derive. Consolidation of windows-sys from two versions (0.60.2 + 0.61.2) to just 0.61.2, with correct feature flag merging. Removal of now-unused windows-targets 0.53.5 and 8 arch-specific crates.
All changes are internally consistent:
Version references match across Cargo.lock, BUILD files, and defs.bzl
Feature flags from deleted windows-sys 0.60.2 were correctly merged into 0.61.2
All auto-generated files are consistent
The aspect_rules_js 2.x -> 3.x major bump is the biggest risk item, but workerd already uses bzlmod and pnpm v9+, so the breaking changes don't apply. The capnp-cpp update with kj::Maybe<T> niche optimization is significant but is an upstream dependency that workerd tracks closely. CI results will be the definitive test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated pull request for updating the dependencies of workerd.