Skip to content

chore(deps): update rust crate schemars to v1 #360

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

academy-renovate[bot]
Copy link
Contributor

@academy-renovate academy-renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Type Update Change
schemars (source) workspace.dependencies major 0.9.0 -> 1.0.4

Release Notes

GREsau/schemars (schemars)

v1.0.4

Compare Source

Fixed

v1.0.3

Compare Source

Fixed

v1.0.2

Compare Source

Fixed

v1.0.1

Compare Source

Fixed

v1.0.0

Compare Source

This is a major release with many additions, fixes and changes since 0.8 (but not many since 0.9). While the basic usage (deriving JsonSchema and using schema_for!() or SchemaGenerator) is mostly unchanged, you may wish to consult the migration guide which covers some of the most significant changes.

Changes since 1.0.0-rc.2:

Added
  • #[schemars(bound = ...)] attributes are now used from fields as well as containers
  • The Schema::pointer(...) method now works when given a JSON pointer in URI Fragment representation with a leading # character. In particular, this means that you can now lookup a schema from a $ref value using that method.
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot (Logs).

@academy-renovate
Copy link
Contributor Author

academy-renovate bot commented Jun 23, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 1.0.4
    Updating crates.io index
error: failed to select a version for the requirement `schemars = "^0.9.0"`
candidate versions found which didn't match: 1.0.4
location searched: crates.io index
required by package `aide v0.15.0`
    ... which satisfies dependency `aide = "^0.15.0"` (locked to 0.15.0) of package `academy_api_rest v0.0.0 (/tmp/renovate/repos/github/Bootstrap-Academy/backend/academy_api/rest)`
    ... which satisfies path dependency `academy_api_rest` (locked to 0.0.0) of package `academy v0.0.0 (/tmp/renovate/repos/github/Bootstrap-Academy/backend/academy)`

@academy-renovate academy-renovate bot force-pushed the renovate/schemars-1.x branch 3 times, most recently from b8a521b to e835c4f Compare June 28, 2025 11:38
@academy-renovate academy-renovate bot force-pushed the renovate/schemars-1.x branch from e835c4f to 5fb6cf7 Compare July 6, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants