Closed gitauto-ai[bot] closed 4 months ago
:x: Build holiday-api-rust 1.0.201 failed (commit https://github.com/guibranco/holiday-api-rust/commit/8cafb0f7fe by @gitauto-ai[bot])
@gstraccini review
Reviewing this pull request.
Commits included:
SHA: a7cea683530ecc146e29d58a26e12649650b7be2
! :eyes:
Original issue: #22
What is the feature
The feature involves rewriting the client with updated dependencies to ensure better performance, security, and maintainability. This includes updating the HTTP client library and other related dependencies.
Why we need the feature
How to implement and why
Update Cargo.toml:
Refactor src/lib.rs:
Update src/bin files:
countries-search.rs
,holidays-search.rs
,languages-search.rs
,workday.rs
) to use the updated client.Testing:
Documentation:
By following these steps, we ensure a smooth transition to the updated dependencies while maintaining the integrity and functionality of the client.
Test these changes locally