Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps the patch-versions group with 4 updates: clap, glob, proc-macro2 and ra_ap_syntax.

Updates clap from 4.5.43 to 4.5.44

Release notes

Sourced from clap's releases.

v4.5.44

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands
Changelog

Sourced from clap's changelog.

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands
Commits

Updates glob from 0.3.2 to 0.3.3

Release notes

Sourced from glob's releases.

v0.3.3

  • Optimize memory allocations (#147)
  • Bump the MSRV to 1.63 (#172)
  • Fix spelling in pattern documentation (#164)
  • Fix version numbers and some formatting (#157)
  • Style fixes (#137)
Changelog

Sourced from glob's changelog.

0.3.3 - 2025-08-11

  • Optimize memory allocations (#147)
  • Bump the MSRV to 1.63 (#172)
  • Fix spelling in pattern documentation (#164)
  • Fix version numbers and some formatting (#157)
  • Style fixes (#137)
Commits

Updates proc-macro2 from 1.0.95 to 1.0.96

Release notes

Sourced from proc-macro2's releases.

1.0.96

  • Simplify how rustdoc flags are decided during docs.rs builds (#511)
Commits
  • 21f89e7 Release 1.0.96
  • fe7d2fa Merge pull request #511 from dtolnay/docsrs
  • 7be6983 Revert "Work around doc build failure due to docs.rs flags change"
  • 6f40165 Revert "Pin nightly toolchain used for miri job"
  • fc2ae0f Update ui test suite to nightly-2025-06-18
  • 1ccc5a2 Ignore mismatched_lifetime_syntaxes lint
  • 1091cc2 Pin nightly toolchain used for miri job
  • 0e82bea Ignore ignore_without_reason pedantic clippy lint in test
  • See full diff in compare view

Updates ra_ap_syntax from 0.0.297 to 0.0.300

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores

    • Updated a development dependency to the latest version to keep the toolchain current and maintain build compatibility.
    • Improves development workflow reliability without affecting runtime behavior.
  • Notes

    • No user-facing changes in this release.
    • Application functionality and performance remain unchanged.

Bumps the patch-versions group with 4 updates: [clap](https://github.com/clap-rs/clap), [glob](https://github.com/rust-lang/glob), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [ra_ap_syntax](https://github.com/rust-lang/rust-analyzer).


Updates `clap` from 4.5.43 to 4.5.44
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.43...clap_complete-v4.5.44)

Updates `glob` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@v0.3.2...v0.3.3)

Updates `proc-macro2` from 1.0.95 to 1.0.96
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.95...1.0.96)

Updates `ra_ap_syntax` from 0.0.297 to 0.0.300
- [Release notes](https://github.com/rust-lang/rust-analyzer/releases)
- [Commits](https://github.com/rust-lang/rust-analyzer/commits)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: glob
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: proc-macro2
  dependency-version: 1.0.96
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: ra_ap_syntax
  dependency-version: 0.0.300
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2025 04:15
@dependabot dependabot bot added the rust Pull requests that update Rust code label Aug 12, 2025
@dependabot dependabot bot requested review from LesnyRumcajs and hanabi1224 and removed request for a team August 12, 2025 04:15
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 12, 2025

Walkthrough

Bumps the dev-dependency ra_ap_syntax in Cargo.toml from 0.0.297 to 0.0.300. No other files or public APIs changed.

Changes

Cohort / File(s) Summary
Dev-dependency version bump
Cargo.toml
Update dev-dependency ra_ap_syntax version 0.0.297 → 0.0.300

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • elmattic
  • LesnyRumcajs
  • hanabi1224

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 59ca796 and cd03309.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml (1 hunks)
🔇 Additional comments (2)
Cargo.toml (2)

255-255: LGTM: ra_ap_syntax patch bump is scoped to dev-dependencies

This is a safe, dev-only bump with no impact on public APIs. Matches the stated intent for a patch update.


255-255: Lockfile and CI Toolchain Verified

Cargo.lock reflects the intended patch bumps for all four crates:

  • clap = 4.5.44
  • glob = 0.3.3
  • proc-macro2 = 1.0.96
  • ra_ap_syntax = 0.0.300

The rust-toolchain.toml pins Rust 1.89.0, which exceeds the MSRV ≥1.63 requirement. No further changes are needed.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/cargo/patch-versions-b0de41081b

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@LesnyRumcajs LesnyRumcajs enabled auto-merge August 12, 2025 08:00
@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Aug 12, 2025
Merged via the queue into main with commit b1cd59b Aug 12, 2025
36 of 58 checks passed
@LesnyRumcajs LesnyRumcajs deleted the dependabot/cargo/patch-versions-b0de41081b branch August 12, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants