chore(deps): update rust crate schemars to v1#1672
chore(deps): update rust crate schemars to v1#1672dd-octo-sts[bot] wants to merge 1 commit intomainfrom
Conversation
|
📚 Documentation Check Results📦
|
🔒 Cargo Deny Results✅ No issues found! 📦
|
BenchmarksComparisonBenchmark execution time: 2026-03-05 20:14:37 Comparing candidate commit cf6aac5 in PR branch Found 3 performance improvements and 4 performance regressions! Performance is the same for 50 metrics, 2 unstable metrics. scenario:credit_card/is_card_number/x371413321323331
scenario:credit_card/is_card_number_no_luhn/x371413321323331
scenario:normalization/normalize_name/normalize_name/good
scenario:sql/obfuscate_sql_string
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
Group 16
Group 17
Group 18
Group 19
BaselineOmitted due to size. |
… updates (#1688) # What does this PR do? ADMS opens auto-generated PRs to update dependencies. None of the PRs properly compile. Rust is not listed as officially supported. The common components team monitors dependabot issues for security updates. These PRs just create noise and unnecessary work. examples: #1665 #1666 #1667 #1668 #1669 #1670 #1671 #1672 #1673 #1674 # Motivation What inspired you to submit this pull request? # Additional Notes Anything else we should know when reviewing? # How to test the change? Describe here in detail how the change can be validated. Co-authored-by: edmund.kump <edmund.kump@datadoghq.com>
This PR contains the following updates:
0.8.21→1.0.0Release Notes
GREsau/schemars (schemars)
v1.2.1Compare Source
Fixed
transformattributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (#505)v1.2.0Compare Source
Added
Changed
HashMap/BTreeMapwith enum keys are now more specific (#452)v1.1.0Compare Source
Added
#[must_use]so that they report a lint warning when the returned value is unused, as this likely indicates a mistake.Fixed
Option<>. (#464 / #483)v1.0.5Compare Source
Fixed
schema.pointer_mut()to resolve URI fragment identifiers like#/$defs/foo, matching current behaviour ofschema.pointer()(#478 / #479)v1.0.4Compare Source
Fixed
JsonSchemaimpl on atomic types being ignored on non-nightly compilers due to a buggycfgcheck (#453)syn(#450)v1.0.3Compare Source
Fixed
transparent(or newtype) struct and its field (#446)json_schema!()macro compatibility when used from pre-2021 rust editions (#447)v1.0.2Compare Source
Fixed
v1.0.1Compare Source
Fixed
JsonSchemawithno_stdbroken due tostd::borrow::ToOwnedtrait not being in scope (#441)v1.0.0Compare Source
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
JsonSchemaand usingschema_for!()orSchemaGenerator) 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 containersSchema::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$refvalue using that method.Fixed
$refvalue (#436)SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (#439)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:
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 Renovate Bot.