davidB / cdviz

View software deployment's events & states
Apache License 2.0
5 stars 1 forks source link

Update Rust crate serde_with to 3.7 #49

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.6 -> 3.7

Release Notes

jonasbb/serde_with (serde_with) ### [`v3.7.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.7.0): serde_with v3.7.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.6.1...v3.7.0) ##### Added - Implement `JsonSchemaAs` for `EnumMap` by [@​swlynch99](https://togithub.com/swlynch99) ([#​697](https://togithub.com/jonasbb/serde_with/issues/697)) - Implement `JsonSchemaAs` for `IfIsHumanReadable` by [@​swlynch99](https://togithub.com/swlynch99) ([#​717](https://togithub.com/jonasbb/serde_with/issues/717)) - Implement `JsonSchemaAs` for `KeyValueMap` by [@​swlynch99](https://togithub.com/swlynch99) ([#​713](https://togithub.com/jonasbb/serde_with/issues/713)) - Implement `JsonSchemaAs` for `OneOrMany` by [@​swlynch99](https://togithub.com/swlynch99) ([#​719](https://togithub.com/jonasbb/serde_with/issues/719)) ##### Fixed - Detect conflicting `schema_with` attributes on fields with `schemars` annotations by [@​swlynch99](https://togithub.com/swlynch99) ([#​715](https://togithub.com/jonasbb/serde_with/issues/715)) This extends the existing avoidance mechanism to a new variant fixing [#​712](https://togithub.com/jonasbb/serde_with/issues/712). ### [`v3.6.1`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.6.1): serde_with v3.6.1 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.6.0...v3.6.1) ##### Changed - Eliminate dependency on serde's "derive" feature by [@​dtolnay](https://togithub.com/dtolnay) ([#​694](https://togithub.com/jonasbb/serde_with/issues/694)) This allows parallel compilation of `serde` and `serde_derive` which can speed up the wallclock time. It requires that downstream crates do not use the "derive" feature either.

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.

github-actions[bot] commented 7 months ago

πŸ¦™ MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
βœ… EDITORCONFIG editorconfig-checker 1 0 0.01s
βœ… REPOSITORY dustilock yes no 0.0s
βœ… REPOSITORY gitleaks yes no 0.21s
βœ… REPOSITORY secretlint yes no 0.96s
⚠️ REPOSITORY trivy yes 1 8.52s
βœ… REPOSITORY trivy-sbom yes no 8.57s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_