Skip to content

chore(deps): bump schemars from 0.9.0 to 1.2.1#495

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/schemars-1.2.1
Open

chore(deps): bump schemars from 0.9.0 to 1.2.1#495
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/schemars-1.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Contributor

Bumps schemars from 0.9.0 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 dependabot Bot added A-deps Area: Dependencies rust labels Mar 1, 2026
@github-actions

github-actions Bot commented Mar 1, 2026

Copy link
Copy Markdown

🐰 Bencher Report

Branchdependabot/cargo/schemars-1.2.1
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (µs)
(Result Δ%)
Upper Boundary
microseconds (µs)
(Limit %)
empty_router/empty_router📈 view plot
🚷 view threshold
5,403.70 µs
(-12.39%)Baseline: 6,168.10 µs
7,754.14 µs
(69.69%)
json_api/json_api📈 view plot
🚷 view threshold
900.64 µs
(-16.67%)Baseline: 1,080.84 µs
1,322.26 µs
(68.11%)
nested_routers/nested_routers📈 view plot
🚷 view threshold
837.18 µs
(-16.26%)Baseline: 999.76 µs
1,202.64 µs
(69.61%)
single_root_route/single_root_route📈 view plot
🚷 view threshold
807.77 µs
(-16.06%)Baseline: 962.36 µs
1,165.95 µs
(69.28%)
single_root_route_burst/single_root_route_burst📈 view plot
🚷 view threshold
15,777.00 µs
(-10.73%)Baseline: 17,674.11 µs
21,077.68 µs
(74.85%)
🐰 View full continuous benchmarking report in Bencher

@dependabot dependabot Bot force-pushed the dependabot/cargo/schemars-1.2.1 branch from 6cde9a0 to da62fa4 Compare March 1, 2026 16:23
@m4tx

m4tx commented Mar 1, 2026

Copy link
Copy Markdown
Member

We need to wait until aide is updated.

@m4tx m4tx closed this Mar 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Contributor Author

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 March 1, 2026 18:14
@seqre seqre restored the dependabot/cargo/schemars-1.2.1 branch June 11, 2026 15:20
@seqre seqre deleted the dependabot/cargo/schemars-1.2.1 branch June 11, 2026 15:20
@seqre seqre restored the dependabot/cargo/schemars-1.2.1 branch June 11, 2026 15:20
@seqre seqre reopened this Jun 11, 2026
@seqre

seqre commented Jun 11, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [schemars](https://github.com/GREsau/schemars) from 0.9.0 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.9.0...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 dependabot Bot force-pushed the dependabot/cargo/schemars-1.2.1 branch from da62fa4 to b9b4d02 Compare June 11, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants