Skip to content

chore: align Cargo and Bazel dependency versions#10249

Draft
nmattia wants to merge 1 commit into
masterfrom
nm-align-deps
Draft

chore: align Cargo and Bazel dependency versions#10249
nmattia wants to merge 1 commit into
masterfrom
nm-align-deps

Conversation

@nmattia
Copy link
Copy Markdown
Contributor

@nmattia nmattia commented May 18, 2026

The Cargo and Bazel builds have diverged a fair bit. This is a first attempt at aligning the dependencies. The dependencies from Cargo.toml were in general more up to date, so those were taken as a source of truth.

Before:

$ diff Cargo.Bazel.toml.lock Cargo.lock| wc -l
   23072

After:

$ diff Cargo.Bazel.toml.lock Cargo.lock| wc -l
   15435

The Cargo and Bazel builds have diverged a fair bit. This is a first
attempt at aligning the dependencies. The dependencies from `Cargo.toml`
were in general more up to date, so those were taken as a source of
truth.

Before:

```
$ diff Cargo.Bazel.toml.lock Cargo.lock| wc -l
   23072
```

After:

```
$ diff Cargo.Bazel.toml.lock Cargo.lock| wc -l
   15435
```
@github-actions github-actions Bot added the chore label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant