Skip to content

Update dependencies and CI/CD workflows - #52

Merged
cmackenzie1 merged 2 commits into
mainfrom
claude/dependabot-upgrades-bzsdjc
Jul 31, 2026
Merged

Update dependencies and CI/CD workflows#52
cmackenzie1 merged 2 commits into
mainfrom
claude/dependabot-upgrades-bzsdjc

Conversation

@cmackenzie1

Copy link
Copy Markdown
Owner

Summary

This PR updates the project's Rust version requirement, upgrades key dependencies, and modernizes the CI/CD workflows to use the latest versions of GitHub Actions.

Key Changes

  • Rust version: Bumped minimum supported Rust version from 1.85 to 1.88
  • Dependencies:
    • jsonwebtoken: Updated from v10 to v11
    • rand: Updated from v0.9.0 (with small_rng feature) to v0.10.2 (without feature specification)
  • GitHub Actions:
    • actions/checkout: Updated from v6 to v7
    • codecov/codecov-action: Updated from v6 to v7

Notable Details

  • The rand dependency update removes the explicit small_rng feature flag, suggesting the feature may no longer be necessary or has been integrated differently in v0.10.2
  • All CI/CD workflow updates align with the latest stable versions of the respective GitHub Actions

https://claude.ai/code/session_01J3Fq8Sqsh832kWp2HBVmLh

claude added 2 commits July 30, 2026 23:48
Updates the requirements on jsonwebtoken and rand to permit the latest
version, matching dependabot PR #51.
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.09%. Comparing base (6a230a3) to head (a0cdd0f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   87.09%   87.09%           
=======================================
  Files           3        3           
  Lines         558      558           
=======================================
  Hits          486      486           
  Misses         72       72           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cmackenzie1
cmackenzie1 merged commit 0855b9c into main Jul 31, 2026
3 checks passed
@cmackenzie1
cmackenzie1 deleted the claude/dependabot-upgrades-bzsdjc branch July 31, 2026 02:56
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.

2 participants