chore(deps): Upgrade all dependencies #39
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
1.70.0
to1.75.0
in.github/workflows/test.yml
andCargo.toml
. [1] [2] [3] [4] [5]Dependency Upgrades:
thiserror
from1.0.30
to1.0.66
.serde_json
from1.0.72
to1.0.132
.async-trait
from0.1.72
to0.1.83
.serde
from1.0.131
to1.0.214
.strum
from0.26
to0.26.3
.reqwest
from0.12.0
to0.12.9
.futures
from0.3.28
to0.3.31
.mockall
from0.12.1
to0.13.0
.wiremock
from0.6.0
to0.6.2
.tokio
from1.19.2
to1.41.0
.This pull request updates several dependencies in theCargo.toml
file to their latest versions to ensure compatibility and leverage new features and bug fixes.Dependency updates:
thiserror
from version1.0.30
to1.0.66
.serde_json
from version1.0.72
to1.0.132
.async-trait
from version0.1.72
to0.1.83
.serde
from version1.0.131
to1.0.214
.strum
from version0.26
to0.26.3
.reqwest
from version0.12.0
to0.12.9
.Dev-dependency updates:
futures
from version0.3.28
to0.3.31
.mockall
from version0.12.1
to0.13