Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Upgrade all dependencies #39

Merged
merged 2 commits into from
Nov 2, 2024
Merged

Conversation

jontze
Copy link
Owner

@jontze jontze commented Nov 2, 2024

This pull request includes updates to the Rust version and dependency versions in the project configuration files. The most important changes are updating the Minimum Supported Rust Version (MSRV) and upgrading several dependencies in Cargo.toml.

Rust Version Update:

  • Updated the Minimum Supported Rust Version (MSRV) from 1.70.0 to 1.75.0 in .github/workflows/test.yml and Cargo.toml. [1] [2] [3] [4] [5]

Dependency Upgrades:

  • Updated thiserror from 1.0.30 to 1.0.66.
  • Updated serde_json from 1.0.72 to 1.0.132.
  • Updated async-trait from 0.1.72 to 0.1.83.
  • Updated serde from 1.0.131 to 1.0.214.
  • Updated strum from 0.26 to 0.26.3.
  • Updated reqwest from 0.12.0 to 0.12.9.
  • Updated futures from 0.3.28 to 0.3.31.
  • Updated mockall from 0.12.1 to 0.13.0.
  • Updated wiremock from 0.6.0 to 0.6.2.
  • Updated tokio from 1.19.2 to 1.41.0.This pull request updates several dependencies in the Cargo.toml file to their latest versions to ensure compatibility and leverage new features and bug fixes.

Dependency updates:

  • Updated thiserror from version 1.0.30 to 1.0.66.
  • Updated serde_json from version 1.0.72 to 1.0.132.
  • Updated async-trait from version 0.1.72 to 0.1.83.
  • Updated serde from version 1.0.131 to 1.0.214.
  • Updated strum from version 0.26 to 0.26.3.
  • Updated reqwest from version 0.12.0 to 0.12.9.

Dev-dependency updates:

  • Updated futures from version 0.3.28 to 0.3.31.
  • Updated mockall from version 0.12.1 to 0.13

@jontze jontze added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 2, 2024
@jontze jontze self-assigned this Nov 2, 2024
This happened `mockall` requires 1.75 and I don't want
to support different MSRV for dev and prod versions of
the crate.
@jontze jontze force-pushed the chore/dependency-upgrades branch from 50af35e to 67bcbe4 Compare November 2, 2024 12:02
@jontze jontze enabled auto-merge November 2, 2024 12:03
Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.21%. Comparing base (0d09716) to head (67bcbe4).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   85.08%   85.21%   +0.12%     
==========================================
  Files           7        7              
  Lines         114      115       +1     
==========================================
+ Hits           97       98       +1     
  Misses         17       17              

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

@jontze jontze merged commit d3a65e0 into main Nov 2, 2024
17 checks passed
@jontze jontze deleted the chore/dependency-upgrades branch November 2, 2024 12:07
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.

1 participant