Update Rust crate schemars to 0.8.15 #56
Reference in New Issue
Block a user
Delete Branch "renovate/schemars-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.8.13->0.8.15Release Notes
GREsau/schemars (schemars)
v0.8.15Compare Source
Added:
JsonSchemaforBigDecimalfrombigdecimal0.4 (https://github.com/GREsau/schemars/pull/237)v0.8.14Compare Source
Added:
#[schemars(inner(...)]attribute to specify schema for array items (https://github.com/GREsau/schemars/pull/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 (https://github.com/GREsau/schemars/issues/62 / https://github.com/GREsau/schemars/pull/247)Fixed:
rust_decimal::Decimalandbigdecimal::BigDecimalnow match how those types are serialized by default, i.e. as numeric strings (https://github.com/GREsau/schemars/pull/248)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.