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

feat: add support with rocket_okapi and update crate dependencies #43

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

sawa-ko
Copy link

@sawa-ko sawa-ko commented Dec 17, 2024

This pull request includes several updates to dependencies and features in the project. The most important changes include updates to GitHub Actions workflow files, dependency version upgrades in Cargo.toml files, and the addition of new features and traits in the src/lib.rs file.

GitHub Actions Workflow Updates:

  • Updated actions/checkout to version v4.2.2 in .github/workflows/build.yml and .github/workflows/lint.yml [1] [2].
  • Updated Swatinem/rust-cache to version v2.7.5 in .github/workflows/build.yml and .github/workflows/lint.yml [1] [2].
  • Updated codecov/codecov-action to version v5.1.1 in .github/workflows/lint.yml.

Dependency Version Upgrades:

  • Upgraded rocket to version 0.5.1 and validator to version 0.19.0 in Cargo.toml and example Cargo.toml files [1] [2] [3] [4].

New Features and Traits:

  • Added new features rocket_okapi and parser_errors in Cargo.toml.
  • Implemented OpenApiFromData and OpenApiFromForm traits for Validated structs in src/lib.rs.
  • Added error handling for data parsing errors in FromData implementation for Validate.

These updates improve the project's dependency management, enhance error handling, and add new functionality for OpenAPI support.

renovate bot and others added 23 commits October 1, 2024 15:03
…5.x'

# Conflicts:
#	.github/workflows/lint.yml
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.

1 participant