Skip to content

deps(rust): Bump schemars from 0.8.22 to 1.2.1#5

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/schemars-1.2.1
Closed

deps(rust): Bump schemars from 0.8.22 to 1.2.1#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/schemars-1.2.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps schemars from 0.8.22 to 1.2.1.

Release notes

Sourced from schemars's releases.

v1.2.1

Fixed

  • transform attributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (GREsau/schemars#505)

v1.2.0

🎅 Merry Christmas! 🎄

Added

Changed

  • Schemas generated for HashMap/BTreeMap with enum keys are now more specific (GREsau/schemars#452)

v1.1.0

Added

  • Public functions that have no side-effects are now marked with #[must_use] so that they report a lint warning when the returned value is unused, as this likely indicates a mistake.

Fixed

v1.0.5

Fixed

v1.0.4

Fixed

v1.0.3

Fixed

  • Fix compile error when a doc comment is set on both a transparent (or newtype) struct and its field (GREsau/schemars#446)
  • Fix json_schema!() macro compatibility when used from pre-2021 rust editions (GREsau/schemars#447)

v1.0.2

Fixed

v1.0.1

Fixed

... (truncated)

Changelog

Sourced from schemars's changelog.

[1.2.1] - 2026-02-01

Fixed

  • transform attributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (GREsau/schemars#505)

[1.2.0] - 2025-12-25 🎄

Added

Changed

  • Schemas generated for HashMap/BTreeMap with enum keys are now more specific (GREsau/schemars#452)

[1.1.0] - 2025-11-05

Added

  • Public functions that have no side-effects are now marked with #[must_use] so that they report a lint warning when the returned value is unused, as this likely indicates a mistake.

Fixed

[1.0.5] - 2025-11-02

Fixed

[1.0.4] - 2025-07-06

Fixed

[1.0.3] - 2025-06-28

Fixed

  • Fix compile error when a doc comment is set on both a transparent (or newtype) struct and its field (GREsau/schemars#446)
  • Fix json_schema!() macro compatibility when used from pre-2021 rust editions (GREsau/schemars#447)

[1.0.2] - 2025-06-26

Fixed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.2.1.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.22...v1.2.1)

---
updated-dependencies:
- dependency-name: schemars
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 27, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@be-next
Copy link
Copy Markdown
Owner

be-next commented Apr 28, 2026

Closing.

Applied manually on main in commit 93f707e together with PRs #2, #3, #4, #5, #6, and #7. The Dependabot branch was based on an older main (before the documentation translation pass and the release-permissions fix); a regular merge would have reverted those commits. The version bump itself is preserved on main and verified with the full DoD gate.

See the Unreleased section of CHANGELOG.md for the consolidated entry.

@be-next be-next closed this Apr 28, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/schemars-1.2.1 branch April 28, 2026 13:23
be-next added a commit that referenced this pull request Apr 28, 2026
Six Dependabot pull requests were applied manually on top of
the current main rather than merged, because each Dependabot
branch was based on an older main (before the docs translation
and the release-permissions fix) and merging them would have
reverted those changes. The bumps themselves are kept.

GitHub Actions (PR #4)
- actions/checkout v4 → v6
- actions/setup-java v4 → v5
- actions/upload-artifact v4 → v7
- softprops/action-gh-release v2 → v3
- docker/setup-qemu-action v3 → v4
- docker/setup-buildx-action v3 → v4
- docker/login-action v3 → v4
- docker/build-push-action v6 → v7

Maven plugins (PR #2)
- jacoco-maven-plugin 0.8.12 → 0.8.14
- maven-shade-plugin 3.6.0 → 3.6.2
- maven-compiler-plugin 3.13.0 → 3.15.0
- maven-surefire-plugin 3.5.2 → 3.5.5

Java (PR #3)
- junit-jupiter 5.11.3 → 6.0.3 (major). 61 harness tests pass.

Rust (PRs #5, #6, #7)
- schemars 0.8 → 1.2 (major). preserve_order feature dropped
  (default behaviour). The three on-disk JSON Schemas were
  regenerated and now declare draft 2020-12 instead of
  draft-07. Drift tests pass.
- thiserror 1.0 → 2.0 (major). #[derive(Error)] usage
  compatible; no source change.
- sha2 0.10 → 0.11. API stable; no source change.

Closed without merging: PRs #1, #8, #9 (eclipse-temurin
17/21 → 25-jdk-jammy). The MVP supported JVM matrix is
Temurin 17 and 21 per SPEC-FUNCTIONAL §3.1; bumping to Temurin
25 is a scope change, not a routine update.

Verified: cargo test --workspace green (196 Rust tests),
mvn verify green (61 Java tests), DoD gate green.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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