Closed dependabot[bot] closed 4 months ago
@dependabot merge
On Mon, Jul 8, 2024, 9:03 AM dependabot[bot] @.***> wrote:
Bumps serde https://github.com/serde-rs/serde from 1.0.203 to 1.0.204. Release notes
Sourced from serde's releases https://github.com/serde-rs/serde/releases.
v1.0.204
- Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767 https://redirect.github.com/serde-rs/serde/issues/2767, thanks @weiznich https://github.com/weiznich)
Commits
- 18dcae0 https://github.com/serde-rs/serde/commit/18dcae0a77632fb4767a420c550cb41991f750b8 Release 1.0.204
- 58c307f https://github.com/serde-rs/serde/commit/58c307f9cc28a19d73a0e2869f6addf9a8a329f9 Alphabetize list of rustc-check-cfg
- 8cc4809 https://github.com/serde-rs/serde/commit/8cc4809414a83de0d41eac38ecfa1040e088b61e Merge pull request #2769 https://redirect.github.com/serde-rs/serde/issues/2769 from dtolnay/onunimpl
- 1179158 https://github.com/serde-rs/serde/commit/1179158defc5351467cbd2c340b7e1498391bce4 Update ui test with diagnostic::on_unimplemented from PR 2767
- 91aa40e https://github.com/serde-rs/serde/commit/91aa40e749620f31bf7db01c772e672f023136b5 Add ui test of unsatisfied serde trait bound
- 595019e https://github.com/serde-rs/serde/commit/595019e979ebed5452b550bf901abcab2cf4e945 Cut test_suite from workspace members in old toolchain CI jobs
- b0d7917 https://github.com/serde-rs/serde/commit/b0d7917f88978eda264f8fbac13b46ece35f5348 Pull in trybuild 'following types implement trait' fix
- 8e6637a https://github.com/serde-rs/serde/commit/8e6637a1e44c30dffd37322a7107d434cd751722 Merge pull request #2767 https://redirect.github.com/serde-rs/serde/issues/2767 from weiznich/feature/diagnostic_on_unimplemented
- 694fe05 https://github.com/serde-rs/serde/commit/694fe0595358aa0857120a99041d99975b1a8a70 Use the #[diagnostic::on_unimplemented] attribute when possible
- f3dfd2a https://github.com/serde-rs/serde/commit/f3dfd2a2375d9caf15a18ec657dde51a32caf6ed Suppress dead code warning in test of unit struct remote derive
- Additional commits viewable in compare view https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204
[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/2254 Commit Summary
- 5e75c8f https://github.com/andrewdavidmackenzie/flow/pull/2254/commits/5e75c8f022c6d0074f97d42f1c955bca97626ebc build(deps): bump serde from 1.0.203 to 1.0.204
File Changes
(3 files https://github.com/andrewdavidmackenzie/flow/pull/2254/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2254/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (8)
- M flowc/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2254/files#diff-583f42e38aa21a08c741f795d052dc427a7f790f677bc83da2001c82a8d5c10b (2)
- M flowcore/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2254/files#diff-372c53469cac7914269acd928a888f8c7436d36b01e5ea7d4e8b98c93b7df788 (2)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2254.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2254.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2254, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LFZR42SMLHE6VNL7JLZLI2UBAVCNFSM6AAAAABKQGFBF6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TIOBRGY4DGMY . 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.
Bumps serde from 1.0.203 to 1.0.204.
Release notes
Sourced from serde's releases.
Commits
18dcae0
Release 1.0.20458c307f
Alphabetize list of rustc-check-cfg8cc4809
Merge pull request #2769 from dtolnay/onunimpl1179158
Update ui test with diagnostic::on_unimplemented from PR 276791aa40e
Add ui test of unsatisfied serde trait bound595019e
Cut test_suite from workspace members in old toolchain CI jobsb0d7917
Pull in trybuild 'following types implement trait' fix8e6637a
Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented694fe05
Use the#[diagnostic::on_unimplemented]
attribute when possiblef3dfd2a
Suppress dead code warning in test of unit struct remote deriveDependabot 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