deps: update rust crate schemars to 0.9 #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8->0.9Release Notes
GREsau/schemars (schemars)
v0.9.0Compare Source
This version is identical to
1.0.0-alpha.18, but is available for those who are unable to unwilling to use a pre-release version.Those upgrading from Schemars 0.8 may want to consult the migration guide, which also applies when migrating from 0.8 to 0.9.
v0.8.22Compare Source
Fixed:
v0.8.21Compare Source
Fixed:
nulldefault not being set on generated schemas (#295 / #296)v0.8.20Compare Source
Fixed:
defaultandrequiredattributes (#292)v0.8.19Compare Source
Fixed:
JsonSchemaon an enum with no variants (#287)v0.8.18Compare Source
Fixed:
JsonSchemaon enums (#266 / #286)v0.8.17Compare Source
Changed:
v0.8.16Compare Source
Fixed:
JsonSchemav0.8.15Compare Source
Added:
JsonSchemaforBigDecimalfrombigdecimal0.4 (#237)v0.8.14Compare Source
Added:
#[schemars(inner(...)]attribute to specify schema for array items (#234)Changed:
JsonSchematrait:schema_id(), which is similar toschema_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 (#62 / #247)Fixed:
rust_decimal::Decimalandbigdecimal::BigDecimalnow match how those types are serialized by default, i.e. as numeric strings (#248)v0.8.13Compare Source
Added:
JsonSchemaforsemver::Version(#195 / #238)JsonSchemafor types from indexmap v2 (#226 / #240)JsonSchemaforserde_json::value::RawValue(#183)Changed:
v0.8.12Compare Source
Added:
JsonSchemaforsmol_str::SmolStr(#72)Changed:
serde_jsondependency min version to 1.0.25 (was 1.0.0) (#192)v0.8.11Compare Source
Added:
#[schemars(bound = "...")]attributeChanged:
JsonSchemanow respects attributes on unit enum variants (#152)v0.8.10Compare Source
v0.8.9Compare Source
Added:
Support generic default values indefaultattributes (#83)uuid1andarrayvec07(#142)uuid08andarrayvec05feature flags for the previously supported versions of these crates. The existinguuidandarrayvecflags are still supported for backward-compatibility, but they are deprecated.indexmap1feature flag is added, andindexmapflag is deprecated.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 was generated by Mend Renovate. View the repository job log.