Skip to content

Update Dependencies #30

@Technical-1

Description

@Technical-1

Priority: Low
Labels: maintenance, dependencies

Description:
Check for newer versions of sysinfo and eframe. Update Cargo.toml with latest compatible versions. Test compatibility and update code if needed.

Files to modify:

  • Cargo.toml
  • src/main.rs (if API changes)
  • src/system.rs (if API changes)

Acceptance criteria:

  • Latest compatible versions identified
  • Dependencies updated in Cargo.toml
  • Code updated for any API changes
  • All tests pass with new versions
  • No regressions introduced

Implementation notes:

  • Run cargo outdated to check for updates
  • Check changelogs for breaking changes
  • Update versions incrementally
  • Test thoroughly after each update
  • Update README with new version requirements

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions