bottlerocket-update-operator
bottlerocket-update-operator copied to clipboard
Bump schemars from 0.8.6 to 0.8.10
Bumps schemars from 0.8.6 to 0.8.10.
Release notes
Sourced from schemars's releases.
v0.8.10
Fixed:
- Undo "Support generic default values in default attributes (GREsau/schemars#83)" as it inadvertently introduced a breaking change (GREsau/schemars#144)
v0.8.9
Added:
- Support generic default values in
defaultattributes (GREsau/schemars#83)- Add missing MIT licence text for usage of code from regex_syntax crate (GREsau/schemars#132)
- Support uuid v1 and arrayvec 0.7 via feature flags
uuid1andarrayvec07(GREsau/schemars#142)
- This also adds
uuid08andarrayvec05feature flags for the previously supported versions of these crates. The existinguuidandarrayvecflags are still supported for backward-compatibility, but they are deprecated.- Similarly,
indexmap1feature flag is added, andindexmapflag is deprecated.v0.8.8
Added:
- Implement
JsonSchemafor types fromrust_decimalandbigdecimalcrates (GREsau/schemars#101)Fixed:
- Fixes for internally tagged enums and flattening additional_properties (GREsau/schemars#113)
v0.8.7
Added:
- Implement
JsonSchemaforEnumSet(GREsau/schemars#92)Fixed:
- Do not cause compile error when using a default value that doesn't implement
Serialize(GREsau/schemars#115)
Changelog
Sourced from schemars's changelog.
[0.8.10] - 2022-05-17
- Undo "Support generic default values in default attributes (GREsau/schemars#83)" as it inadvertently introduced a breaking change (GREsau/schemars#144)
[0.8.9] - 2022-05-16
Added:
Support generic default values indefaultattributes (GREsau/schemars#83)
- ⚠️ This inadvertently introduced a breaking change and was removed in 0.8.10
- Add missing MIT licence text for usage of code from regex_syntax crate (GREsau/schemars#132)
- Support uuid v1 and arrayvec 0.7 via feature flags
uuid1andarrayvec07(GREsau/schemars#142)
- This also adds
uuid08andarrayvec05feature flags for the previously supported versions of these crates. The existinguuidandarrayvecflags are still supported for backward-compatibility, but they are deprecated.- Similarly,
indexmap1feature flag is added, andindexmapflag is deprecated.[0.8.8] - 2021-11-25
Added:
- Implement
JsonSchemafor types fromrust_decimalandbigdecimalcrates (GREsau/schemars#101)Fixed:
- Fixes for internally tagged enums and flattening additional_properties (GREsau/schemars#113)
[0.8.7] - 2021-11-14
Added:
- Implement
JsonSchemaforEnumSet(GREsau/schemars#92)Fixed:
- Do not cause compile error when using a default value that doesn't implement
Serialize(GREsau/schemars#115)
Commits
9464118v0.8.10d93bdc4Revert "Support generic default values"1610294v0.8.974974d3Support uuid v1 and arrayvec 0.7 (#142)043d794Fix build warnings from tests29d2455Update changelog115a9eeAdd license notice to regex_syntax.rs70f4fb0Update changelog85ed613Remove unnecessary derives on test structfeb6c4bUseasinstead of immediately-invoked typed function- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)