Skip to content

Update dependencies with cargo update#3

Merged
gburgessiv merged 2 commits intomainfrom
copilot/fix-2
Jun 28, 2025
Merged

Update dependencies with cargo update#3
gburgessiv merged 2 commits intomainfrom
copilot/fix-2

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 28, 2025

Updated all Rust dependencies to their latest compatible versions using cargo update. This ensures the project is using the most recent patch and minor version updates while maintaining compatibility.

Changes Made

  • bumpalo: 3.18.1 → 3.19.0
  • indexmap: 2.9.0 → 2.10.0

Quality Verification

All CI quality checks continue to pass after the updates:

  • Code formatting (cargo fmt --all -- --check)
  • Linting (cargo clippy --no-deps --all-targets --all-features -- -D warnings)
  • Tests (cargo test --all-features) - All 18 tests passing
  • Documentation (cargo doc --no-deps --all-features)
  • Clean build verification

The updates were minimal and safe, only updating to compatible versions according to semantic versioning rules. No breaking changes or regressions were introduced.

Fixes #2.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: gburgessiv <2282330+gburgessiv@users.noreply.github.com>
Copilot AI changed the title [WIP] Run cargo update Update dependencies with cargo update Jun 28, 2025
Copilot AI requested a review from gburgessiv June 28, 2025 16:05
@gburgessiv
Copy link
Copy Markdown
Owner

LGTM. please wait for the CI to pass and merge afterward.

@gburgessiv gburgessiv marked this pull request as ready for review June 28, 2025 16:17
@gburgessiv
Copy link
Copy Markdown
Owner

Oh, do I have to merge manually? Guess so

@gburgessiv gburgessiv merged commit 0eb647d into main Jun 28, 2025
4 checks passed
@gburgessiv gburgessiv deleted the copilot/fix-2 branch July 25, 2025 23:19
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.

Run cargo update

2 participants