Skip to content

Upgrade cargo-lock from v10 to v11 - #4228

Merged
UebelAndre merged 1 commit into
bazelbuild:mainfrom
Silic0nS0ldier:update-cargo-lock-v11
Aug 14, 2026
Merged

Upgrade cargo-lock from v10 to v11#4228
UebelAndre merged 1 commit into
bazelbuild:mainfrom
Silic0nS0ldier:update-cargo-lock-v11

Conversation

@Silic0nS0ldier

@Silic0nS0ldier Silic0nS0ldier commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Upgraded version includes rustsec/rustsec#1406 which improves unambiguous source spec removal, better matching cargo behaviour.

e.g. when different versions of the same crate sourced from different sources (e.g. git forks) are in Cargo.lock, including the source is unnecessary.

- "vello_common 0.1.0 (git+https://github.com/linebender/vello?rev=...)",
+ "vello_common 0.1.0",
...
- "vello_common 0.0.9 (git+https://github.com/linebender/vello?rev=...)",
+ "vello_common 0.0.9",

@Silic0nS0ldier

Copy link
Copy Markdown
Contributor Author

CI failures are all

$ which python3
python3 -V
curl -q --noproxy '*' -sS https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/bazelci.py?1786603863 -o bazelci.py
curl -q --noproxy '*' -sS https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/collect_metrics.py?1786603863 -o collect_metrics.py
python3 bazelci.py runner --task=example_ffi_macos
/opt/homebrew/bin/python3
Python 3.12.11
curl: (56) Recv failure: Connection reset by peer
🚨 Error: The command exited with status 56
user command error: exit status 56

Looks to be unrelated to my changes (likely a flake).

@UebelAndre UebelAndre left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thank you!

@UebelAndre
UebelAndre enabled auto-merge August 14, 2026 18:39
@UebelAndre
UebelAndre added this pull request to the merge queue Aug 14, 2026
Merged via the queue into bazelbuild:main with commit a8b5fd3 Aug 14, 2026
3 checks passed
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