Rust, ruby: Update cargo dependencies#20553
Merged
paldepind merged 2 commits intogithub:mainfrom Oct 3, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates Cargo dependencies for Rust and Ruby extractors to their latest compatible versions. The update includes minor version bumps for various serialization, regular expression, and CLI-related crates.
Key Changes
- Updated core dependencies like
serdefrom 1.0.219 to 1.0.228,regexfrom 1.11.2 to 1.11.3, andclapfrom 4.5.47 to 4.5.48 - Updated tree-sitter-embedded-template from 0.23.2 to 0.25.0 for Ruby extractor
- Updated build system and Bazel configuration files to reflect the new dependency versions
Reviewed Changes
Copilot reviewed 89 out of 90 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| shared/tree-sitter-extractor/Cargo.toml | Updated regex dependency to 1.11.3 |
| rust/extractor/macros/Cargo.toml | Updated quote dependency to 1.0.41 |
| rust/extractor/Cargo.toml | Updated multiple dependencies including anyhow, clap, serde, serde_json, and toml |
| rust/ast-generator/Cargo.toml | Updated quote, serde, and anyhow dependencies |
| ruby/extractor/Cargo.toml | Updated tree-sitter-embedded-template, regex, and serde_json dependencies |
| misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl | Updated Bazel dependency mappings to match new versions |
| misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.*.bazel | Updated numerous Bazel build files with new dependency versions and configurations |
| MODULE.bazel | Updated Bazel module references to new dependency versions |
aibaars
approved these changes
Oct 1, 2025
geoffw0
reviewed
Oct 3, 2025
Contributor
geoffw0
left a comment
There was a problem hiding this comment.
I'm still waiting for a fully working Rust DCA run on this PR. Otherwise happy with it.
Contributor
Author
|
Thanks for the ping @geoffw0. I had missed your other comment. I ran the retry command, and as far as I can tell the DCA report now looks fine. |
geoffw0
approved these changes
Oct 3, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates cargo dependencies for Rust and Ruby.
I think I've generated the reports with the correct flags. The Ruby report complains about stage timings, with I can't really judge.