[PR #1071] [CLOSED] build(deps): bump schemars from 0.8.22 to 1.0.3 #6746

Closed
opened 2026-05-23 01:56:59 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1071
Author: @dependabot[bot]
Created: 6/30/2025
Status: Closed

Base: masterHead: dependabot/cargo/schemars-1.0.3


📝 Commits (1)

  • 124b5f1 build(deps): bump schemars from 0.8.22 to 1.0.3

📊 Changes

2 files changed (+26 additions, -5 deletions)

View changed files

📝 Cargo.lock (+25 -4)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps schemars from 0.8.22 to 1.0.3.

Release notes

Sourced from schemars's releases.

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

  • Deriving JsonSchema with no_std broken due to std::borrow::ToOwned trait not being in scope (GREsau/schemars#441)

v1.0.0

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

  • Schema names that contain special characters are now correctly encoded when used inside a $ref value (GREsau/schemars#436)
  • Optimise type param usage in SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (GREsau/schemars#439)

v1.0.0-rc.2

Added

  • Serde attributes that you want schemars to ignore can now be "unset" by including them in a schemars attribute with a ! prefix, e.g. #[schemars(!from)] (GREsau/schemars#433 / GREsau/schemars#434)

Removed

  • ⚠️ Deprecated items have been removed:
    • SchemaSettings::option_nullable and SchemaSettings::option_add_null_type fields
    • gen module

v1.0.0-rc.1

Added

Changed

... (truncated)

Changelog

Sourced from schemars's changelog.

[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

[1.0.1] - 2025-06-24

Fixed

  • Deriving JsonSchema with no_std broken due to std::borrow::ToOwned trait not being in scope (GREsau/schemars#441)

[1.0.0] - 2025-06-23

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

  • Schema names that contain special characters are now correctly encoded when used inside a $ref value (GREsau/schemars#436)
  • Optimise type param usage in SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (GREsau/schemars#439)

[1.0.0-rc.2] - 2025-06-19

Added

  • Serde attributes that you want schemars to ignore can now be "unset" by including them in a schemars attribute with a ! prefix, e.g. #[schemars(!from)] (GREsau/schemars#433 / GREsau/schemars#434)

Removed

  • ⚠️ Deprecated items have been removed:
    • SchemaSettings::option_nullable and SchemaSettings::option_add_null_type fields
    • gen module

[1.0.0-rc.1] - 2025-06-16

Added

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1071 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/schemars-1.0.3` --- ### 📝 Commits (1) - [`124b5f1`](https://github.com/JakeStanger/ironbar/commit/124b5f1ac8c0c34307d11e6d459cdf1f2bc2a34a) build(deps): bump schemars from 0.8.22 to 1.0.3 ### 📊 Changes **2 files changed** (+26 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+25 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GREsau/schemars/releases">schemars's releases</a>.</em></p> <blockquote> <h2>v1.0.3</h2> <h3>Fixed</h3> <ul> <li>Fix compile error when a doc comment is set on both a <code>transparent</code> (or newtype) struct and its field (<a href="https://redirect.github.com/GREsau/schemars/issues/446">GREsau/schemars#446</a>)</li> <li>Fix <code>json_schema!()</code> macro compatibility when used from pre-2021 rust editions (<a href="https://redirect.github.com/GREsau/schemars/pull/447">GREsau/schemars#447</a>)</li> </ul> <h2>v1.0.2</h2> <h3>Fixed</h3> <ul> <li>Fix schema properties being incorrectly reordered during serialization (<a href="https://redirect.github.com/GREsau/schemars/issues/444">GREsau/schemars#444</a>)</li> </ul> <h2>v1.0.1</h2> <h3>Fixed</h3> <ul> <li>Deriving <code>JsonSchema</code> with <code>no_std</code> broken due to <code>std::borrow::ToOwned</code> trait not being in scope (<a href="https://redirect.github.com/GREsau/schemars/issues/441">GREsau/schemars#441</a>)</li> </ul> <h2>v1.0.0</h2> <p>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 <code>JsonSchema</code> and using <code>schema_for!()</code> or <code>SchemaGenerator</code>) is mostly unchanged, you may wish to consult the <a href="https://graham.cool/schemars/migrating/">migration guide</a> which covers some of the most significant changes.</p> <p>Changes since 1.0.0-rc.2:</p> <h3>Added</h3> <ul> <li><code>#[schemars(bound = ...)]</code> attributes are now used from fields as well as containers</li> <li>The <a href="https://docs.rs/schemars/1.0.0/schemars/struct.Schema.html#method.pointer"><code>Schema::pointer(...)</code></a> method now works when given a JSON pointer in URI Fragment representation with a leading <code>#</code> character. In particular, this means that you can now lookup a schema from a <code>$ref</code> value using that method.</li> </ul> <h3>Fixed</h3> <ul> <li>Schema names that contain special characters are now correctly encoded when used inside a <code>$ref</code> value (<a href="https://redirect.github.com/GREsau/schemars/pull/436">GREsau/schemars#436</a>)</li> <li>Optimise type param usage in <code>SchemaGenerator::subschema_for</code>, reducing LLVM line count and improving compile times (<a href="https://redirect.github.com/GREsau/schemars/pull/439">GREsau/schemars#439</a>)</li> </ul> <h2>v1.0.0-rc.2</h2> <h3>Added</h3> <ul> <li>Serde attributes that you want schemars to ignore can now be &quot;unset&quot; by including them in a schemars attribute with a ! prefix, e.g. <code>#[schemars(!from)]</code> (<a href="https://redirect.github.com/GREsau/schemars/issues/433">GREsau/schemars#433</a> / <a href="https://redirect.github.com/GREsau/schemars/pull/434">GREsau/schemars#434</a>)</li> </ul> <h3>Removed</h3> <ul> <li>⚠️ Deprecated items have been removed: <ul> <li><code>SchemaSettings::option_nullable</code> and <code>SchemaSettings::option_add_null_type</code> fields</li> <li><code>gen</code> module</li> </ul> </li> </ul> <h2>v1.0.0-rc.1</h2> <h3>Added</h3> <ul> <li>Impl <code>JsonSchema</code> for <code>chrono::TimeDelta</code> (<a href="https://redirect.github.com/GREsau/schemars/issues/357">GREsau/schemars#357</a>)</li> <li>Support <code>with</code>/<code>into</code>/<code>from</code>/<code>try_from</code> container attributes (<a href="https://redirect.github.com/GREsau/schemars/issues/210">GREsau/schemars#210</a> / <a href="https://redirect.github.com/GREsau/schemars/issues/267">GREsau/schemars#267</a>)</li> </ul> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GREsau/schemars/blob/master/CHANGELOG.md">schemars's changelog</a>.</em></p> <blockquote> <h2>[1.0.3] - 2025-06-28</h2> <h3>Fixed</h3> <ul> <li>Fix compile error when a doc comment is set on both a <code>transparent</code> (or newtype) struct and its field (<a href="https://redirect.github.com/GREsau/schemars/issues/446">GREsau/schemars#446</a>)</li> <li>Fix <code>json_schema!()</code> macro compatibility when used from pre-2021 rust editions (<a href="https://redirect.github.com/GREsau/schemars/pull/447">GREsau/schemars#447</a>)</li> </ul> <h2>[1.0.2] - 2025-06-26</h2> <h3>Fixed</h3> <ul> <li>Fix schema properties being incorrectly reordered during serialization (<a href="https://redirect.github.com/GREsau/schemars/issues/444">GREsau/schemars#444</a>)</li> </ul> <h2>[1.0.1] - 2025-06-24</h2> <h3>Fixed</h3> <ul> <li>Deriving <code>JsonSchema</code> with <code>no_std</code> broken due to <code>std::borrow::ToOwned</code> trait not being in scope (<a href="https://redirect.github.com/GREsau/schemars/issues/441">GREsau/schemars#441</a>)</li> </ul> <h2>[1.0.0] - 2025-06-23</h2> <p>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 <code>JsonSchema</code> and using <code>schema_for!()</code> or <code>SchemaGenerator</code>) is mostly unchanged, you may wish to consult the <a href="https://graham.cool/schemars/migrating/">migration guide</a> which covers some of the most significant changes.</p> <p>Changes since 1.0.0-rc.2:</p> <h3>Added</h3> <ul> <li><code>#[schemars(bound = ...)]</code> attributes are now used from fields as well as containers</li> <li>The <a href="https://docs.rs/schemars/1.0.0/schemars/struct.Schema.html#method.pointer"><code>Schema::pointer(...)</code></a> method now works when given a JSON pointer in URI Fragment representation with a leading <code>#</code> character. In particular, this means that you can now lookup a schema from a <code>$ref</code> value using that method.</li> </ul> <h3>Fixed</h3> <ul> <li>Schema names that contain special characters are now correctly encoded when used inside a <code>$ref</code> value (<a href="https://redirect.github.com/GREsau/schemars/pull/436">GREsau/schemars#436</a>)</li> <li>Optimise type param usage in <code>SchemaGenerator::subschema_for</code>, reducing LLVM line count and improving compile times (<a href="https://redirect.github.com/GREsau/schemars/pull/439">GREsau/schemars#439</a>)</li> </ul> <h2>[1.0.0-rc.2] - 2025-06-19</h2> <h3>Added</h3> <ul> <li>Serde attributes that you want schemars to ignore can now be &quot;unset&quot; by including them in a schemars attribute with a ! prefix, e.g. <code>#[schemars(!from)]</code> (<a href="https://redirect.github.com/GREsau/schemars/issues/433">GREsau/schemars#433</a> / <a href="https://redirect.github.com/GREsau/schemars/pull/434">GREsau/schemars#434</a>)</li> </ul> <h3>Removed</h3> <ul> <li>⚠️ Deprecated items have been removed: <ul> <li><code>SchemaSettings::option_nullable</code> and <code>SchemaSettings::option_add_null_type</code> fields</li> <li><code>gen</code> module</li> </ul> </li> </ul> <h2>[1.0.0-rc.1] - 2025-06-16</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GREsau/schemars/commit/e235dbb765c3183ff5d1733a3fc9c89712595611"><code>e235dbb</code></a> v1.0.3</li> <li><a href="https://github.com/GREsau/schemars/commit/167edf3a47b4bff96d384c7b6ab431853cf8eb82"><code>167edf3</code></a> Accept comments on both transparent struct and its field (<a href="https://redirect.github.com/GREsau/schemars/issues/448">#448</a>)</li> <li><a href="https://github.com/GREsau/schemars/commit/75f670a403724facd825667fb0b67eeedb01ab6c"><code>75f670a</code></a> Improve <code>json_schema!</code>-macro compability with older rust editions (<a href="https://redirect.github.com/GREsau/schemars/issues/447">#447</a>)</li> <li><a href="https://github.com/GREsau/schemars/commit/2697ecbf7f2e1cbdf708c18bcca05b9f8a122785"><code>2697ecb</code></a> v1.0.2</li> <li><a href="https://github.com/GREsau/schemars/commit/d3d96b6dabfcac8876bb5613ae1d8ecbe6b4ddba"><code>d3d96b6</code></a> Improve handling of keyword ordering in schema serialization (<a href="https://redirect.github.com/GREsau/schemars/issues/445">#445</a>)</li> <li><a href="https://github.com/GREsau/schemars/commit/d8efe5354345598004bf1b175a576faaa9fdca57"><code>d8efe53</code></a> Delete broken symlinks</li> <li><a href="https://github.com/GREsau/schemars/commit/0c38f5f5e7fd7f13daac46270b453d16562ef50a"><code>0c38f5f</code></a> v1.0.1</li> <li><a href="https://github.com/GREsau/schemars/commit/092e97170d0543a9883d48b733653d5769494ff4"><code>092e971</code></a> Simplify docs.rs links</li> <li><a href="https://github.com/GREsau/schemars/commit/98a707d3804a6b3a0ccc417fb17dae7acfeb5e42"><code>98a707d</code></a> Fix deriving with <code>no_std</code> (<a href="https://redirect.github.com/GREsau/schemars/issues/442">#442</a>)</li> <li><a href="https://github.com/GREsau/schemars/commit/0134a2e2f99afe2b8307f6638042f874ce18a549"><code>0134a2e</code></a> Remove v1 alpha notes</li> <li>Additional commits viewable in <a href="https://github.com/GREsau/schemars/compare/v0.8.22...v1.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=schemars&package-manager=cargo&previous-version=0.8.22&new-version=1.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:56:59 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#6746
No description provided.