achanda / ipnetwork

A library to work with CIDRs in rust
Apache License 2.0
121 stars 38 forks source link

Update Rust crate schemars to 0.8.15 #183

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
schemars (source) dependencies patch 0.8.13 -> 0.8.15

Release Notes

GREsau/schemars (schemars) ### [`v0.8.15`](https://togithub.com/GREsau/schemars/blob/HEAD/CHANGELOG.md#0815---2023-09-17) [Compare Source](https://togithub.com/GREsau/schemars/compare/v0.8.14...v0.8.15) ##### Added: - Implement `JsonSchema` for `BigDecimal` from `bigdecimal` 0.4 ([https://github.com/GREsau/schemars/pull/237](https://togithub.com/GREsau/schemars/pull/237)) ### [`v0.8.14`](https://togithub.com/GREsau/schemars/blob/HEAD/CHANGELOG.md#0814---2023-09-17) [Compare Source](https://togithub.com/GREsau/schemars/compare/v0.8.13...v0.8.14) ##### Added: - Add `#[schemars(inner(...)]` attribute to specify schema for array items ([https://github.com/GREsau/schemars/pull/234](https://togithub.com/GREsau/schemars/pull/234)) ##### Changed: - New optional associated function on `JsonSchema` trait: `schema_id()`, which is similar to `schema_name()`, but does not have to be human-readable, and defaults to the type name including module path. This allows schemars to differentiate between types with the same name in different modules/crates ([https://github.com/GREsau/schemars/issues/62](https://togithub.com/GREsau/schemars/issues/62) / [https://github.com/GREsau/schemars/pull/247](https://togithub.com/GREsau/schemars/pull/247)) ##### Fixed: - Schemas for `rust_decimal::Decimal` and `bigdecimal::BigDecimal` now match how those types are serialized by default, i.e. as numeric strings ([https://github.com/GREsau/schemars/pull/248](https://togithub.com/GREsau/schemars/pull/248))

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.



This PR has been generated by Mend Renovate. View repository job log here.