Skip to content

Rust, ruby: Update cargo dependencies - #20553

Merged
paldepind merged 2 commits into
github:mainfrom
paldepind:rust-ruby/update-cargo-deps
Oct 3, 2025
Merged

Rust, ruby: Update cargo dependencies#20553
paldepind merged 2 commits into
github:mainfrom
paldepind:rust-ruby/update-cargo-deps

Conversation

@paldepind

@paldepindpaldepind commented Sep 30, 2025

Copy link
Copy Markdown
Contributor

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.

@github-actionsgithub-actionsBot added Ruby Rust Pull requests that update Rust code labels Sep 30, 2025
@paldepindpaldepind changed the title Rust, ruby: Update cargo depsRust, ruby: Update cargo dependenciesSep 30, 2025
@paldepind
paldepind marked this pull request as ready for review October 1, 2025 07:37
@paldepind
paldepind requested review from a team as code ownersOctober 1, 2025 07:37
CopilotAI review requested due to automatic review settings October 1, 2025 07:37

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 serde from 1.0.219 to 1.0.228, regex from 1.11.2 to 1.11.3, and clap from 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
FileDescription
shared/tree-sitter-extractor/Cargo.tomlUpdated regex dependency to 1.11.3
rust/extractor/macros/Cargo.tomlUpdated quote dependency to 1.0.41
rust/extractor/Cargo.tomlUpdated multiple dependencies including anyhow, clap, serde, serde_json, and toml
rust/ast-generator/Cargo.tomlUpdated quote, serde, and anyhow dependencies
ruby/extractor/Cargo.tomlUpdated tree-sitter-embedded-template, regex, and serde_json dependencies
misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzlUpdated Bazel dependency mappings to match new versions
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.*.bazelUpdated numerous Bazel build files with new dependency versions and configurations
MODULE.bazelUpdated Bazel module references to new dependency versions

@geoffw0geoffw0 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm still waiting for a fully working Rust DCA run on this PR. Otherwise happy with it.

@paldepind

paldepind commented Oct 3, 2025

Copy link
Copy Markdown
ContributorAuthor

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.

@paldepind
paldepind merged commit 402d58b into github:mainOct 3, 2025
61 of 62 checks passed
@paldepind
paldepind deleted the rust-ruby/update-cargo-deps branch October 3, 2025 12:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

RubyRustPull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@paldepind@aibaars@geoffw0