Closed dependabot[bot] closed 3 months ago
@dependabot merge
On Wed, Aug 14, 2024, 8:15 AM dependabot[bot] @.***> wrote:
Bumps serde https://github.com/serde-rs/serde from 1.0.206 to 1.0.207. Release notes
Sourced from serde's releases https://github.com/serde-rs/serde/releases.
v1.0.207
- Improve interactions between flatten attribute and skip_serializing/ skip_deserializing (#2795 https://redirect.github.com/serde-rs/serde/issues/2795, thanks @Mingun https://github.com/Mingun)
Commits
- 1b4da41 https://github.com/serde-rs/serde/commit/1b4da41f970555e111f471633205bbcb4dadbc63 Release 1.0.207
- f61d452 https://github.com/serde-rs/serde/commit/f61d452814d6c7bf32d139e747d18c21592d702a Touch up PR 2795
- f986609 https://github.com/serde-rs/serde/commit/f9866097a084e2e549e40c4d47f7ee171e0a6aaf Merge pull request #2795 https://redirect.github.com/serde-rs/serde/issues/2795 from Mingun/has-flatten-rework
- 77a6a9d https://github.com/serde-rs/serde/commit/77a6a9d4e193c82439aa0c35dfdbbb34fafdf38e Take into account only not skipped flatten fields when choose serialization form
- 547d843 https://github.com/serde-rs/serde/commit/547d843ccaa1349b074991f5ceeda722cf245824 Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
- 005cb84 https://github.com/serde-rs/serde/commit/005cb84593e73cb3ba263232cc5f09b77859ec5b Fail with an understandable message is number of fields for serialization is ...
- fd5b5e9 https://github.com/serde-rs/serde/commit/fd5b5e9aa561e29d9312ecef2019ec670b4bc334 Correctly calculate has_flatten attribute in all cases for deserialization
- 0647a7c https://github.com/serde-rs/serde/commit/0647a7c1feafebacea6de4cb69f0aee9b2ba2919 Fix creating and filling a collections that was not read
- See full diff in compare view https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.207
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show
ignore conditions will show all of the ignore conditions of the specified dependency - @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can view, comment on, or merge this pull request online at:
https://github.com/andrewdavidmackenzie/flow/pull/2285 Commit Summary
- 1cac377 https://github.com/andrewdavidmackenzie/flow/pull/2285/commits/1cac3772c41e4d92d10b8d65097ac461cb54ffc8 build(deps): bump serde from 1.0.206 to 1.0.207
File Changes
(3 files https://github.com/andrewdavidmackenzie/flow/pull/2285/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2285/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (10)
- M flowc/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2285/files#diff-583f42e38aa21a08c741f795d052dc427a7f790f677bc83da2001c82a8d5c10b (2)
- M flowcore/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2285/files#diff-372c53469cac7914269acd928a888f8c7436d36b01e5ea7d4e8b98c93b7df788 (2)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2285.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2285.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2285, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LCIGISW4FVYEVX4PGTZRLYXXAVCNFSM6AAAAABMPUJD7SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DIOJYHA2DENA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #2288.
Bumps serde from 1.0.206 to 1.0.207.
Release notes
Sourced from serde's releases.
Commits
1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserialization0647a7c
Fix creating and filling a collections that was not readDependabot 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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show