davidB / cdviz

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

Update Rust crate serde_with to 3.8.1 #66

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.7 -> 3.8.1

Release Notes

jonasbb/serde_with (serde_with) ### [`v3.8.1`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.8.1): serde_with v3.8.1 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.8.0...v3.8.1) ##### Fixed - Do not emit `schemars(deserialize_with = "...")` annotations, as `schemars` does not support them ([#​735](https://togithub.com/jonasbb/serde_with/issues/735)) Thanks to [@​sivizius](https://togithub.com/sivizius) for reporting the issue. ### [`v3.8.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.8.0): serde_with v3.8.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.7.0...v3.8.0) ##### Added - Implement (De)Serialization for Pinned Smart Pointers by [@​Astralchroma](https://togithub.com/Astralchroma) ([#​733](https://togithub.com/jonasbb/serde_with/issues/733)) - Implement `JsonSchemaAs` for `PickFirst` by [@​swlynch99](https://togithub.com/swlynch99) ([#​721](https://togithub.com/jonasbb/serde_with/issues/721)) ##### Changed - Bump `base64` dependency to v0.22 ([#​724](https://togithub.com/jonasbb/serde_with/issues/724)) - Update dev dependencies ##### Fixed - `serde_conv` regressed and triggered `clippy::ptr_arg` and add test to prevent future problems. ([#​731](https://togithub.com/jonasbb/serde_with/issues/731))

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 4 months ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.02s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.2s
⚠️ REPOSITORY trivy yes 1 6.51s
✅ REPOSITORY trivy-sbom yes no 0.83s

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_