Closed dependabot[bot] closed 2 weeks ago
@dependabot merge
On Mon, Nov 11, 2024, 7:56 AM dependabot[bot] @.***> wrote:
Bumps serial_test https://github.com/palfrey/serial_test from 3.1.1 to 3.2.0. Release notes
Sourced from serial_test's releases https://github.com/palfrey/serial_test/releases.
v3.2.0 What's Changed
- Stop using tokio in test which runs all futures sync by @pgerber https://github.com/pgerber in palfrey/serial_test#114 https://redirect.github.com/palfrey/serial_test/pull/114
- Add is_locked_serially() to check if we are in a #[serial] context by @pgerber https://github.com/pgerber in palfrey/serial_test#113 https://redirect.github.com/palfrey/serial_test/pull/113
- CI step with fully updated dependencies by @palfrey https://github.com/palfrey and @vsirivol https://github.com/vsirivol in palfrey/serial_test#118 https://redirect.github.com/palfrey/serial_test/pull/118
- default_features -> default-features by @palfrey https://github.com/palfrey in palfrey/serial_test#119 https://redirect.github.com/palfrey/serial_test/pull/119
- Strip down the required features for various libraries by @palfrey https://github.com/palfrey in palfrey/serial_test#120 https://redirect.github.com/palfrey/serial_test/pull/120
New Contributors
- @pgerber https://github.com/pgerber made their first contribution in palfrey/serial_test#114 https://redirect.github.com/palfrey/serial_test/pull/114
- @vsirivol https://github.com/vsirivol made their first contribution in palfrey/serial_test#118 https://redirect.github.com/palfrey/serial_test/pull/118
Full Changelog: @.*** https://github.com/palfrey/serial_test/compare/v3.1.1...v3.2.0
Commits
- 3ac9744 https://github.com/palfrey/serial_test/commit/3ac9744b019bee996c4d44afc72a0b1af8be1809 3.2.0
- 51259ef https://github.com/palfrey/serial_test/commit/51259ef8286b6f0f58ae02e0bcb3b021c758ddb6 Merge pull request #120 https://redirect.github.com/palfrey/serial_test/issues/120 from palfrey/strip-default-features
- 27178a2 https://github.com/palfrey/serial_test/commit/27178a21f2ef4556158e2556aeb528a24048c2c7 Add some missing features
- 5aefac5 https://github.com/palfrey/serial_test/commit/5aefac5849ca81267a648f45e3e577af168ca5af Strip down the required features for various libraries
- 3c50af8 https://github.com/palfrey/serial_test/commit/3c50af8d5e09123bc956e86d92a4902e342a8d69 Merge pull request #119 https://redirect.github.com/palfrey/serial_test/issues/119 from palfrey/fix-default-features
- c280409 https://github.com/palfrey/serial_test/commit/c2804096d0665a9afd37e0d41b547b8682d946d4 default_features -> default-features
- 6229fac https://github.com/palfrey/serial_test/commit/6229fac76f9939d028e5e4e4ec0a9584af8175a6 Merge pull request #118 https://redirect.github.com/palfrey/serial_test/issues/118 from palfrey/proc-macro-update
- f6435ab https://github.com/palfrey/serial_test/commit/f6435ab8366d75ecf926bd263e34d02dca803286 Downgrade env_logger requirements
- a41fa22 https://github.com/palfrey/serial_test/commit/a41fa22a86c4ba871bac3182d5768d95b1dbaa9c Run build/test with updated packages
- 8de7c1f https://github.com/palfrey/serial_test/commit/8de7c1fac94fb534ab17eaaf4250086a2dc8c573 Added new workflow step to update dependencies
- Additional commits viewable in compare view https://github.com/palfrey/serial_test/compare/v3.1.1...v3.2.0
[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/2340 Commit Summary
- 1b9c742 https://github.com/andrewdavidmackenzie/flow/pull/2340/commits/1b9c7429a30990d1c9762ca28400927dbd38fe12 build(deps): bump serial_test from 3.1.1 to 3.2.0
File Changes
(3 files https://github.com/andrewdavidmackenzie/flow/pull/2340/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2340/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (8)
- M flowc/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2340/files#diff-583f42e38aa21a08c741f795d052dc427a7f790f677bc83da2001c82a8d5c10b (2)
- M flowr/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2340/files#diff-8a6d293dbd7f6b54e28c3f5d573ca2bc6ca4bec14ad29b92ee3714eff919b145 (2)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2340.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2340.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2340, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LF3TP2DMBU7KF6ZL3T2ABIK3AVCNFSM6AAAAABRRFIFYCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2DQMZWHA2DKMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88%. Comparing base (
2860db7
) to head (1b9c742
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot merge
On Mon, Nov 11, 2024, 8:08 AM dependabot[bot] @.***> wrote:
Bumps serial_test https://github.com/palfrey/serial_test from 3.1.1 to 3.2.0. Release notes
Sourced from serial_test's releases https://github.com/palfrey/serial_test/releases.
v3.2.0 What's Changed
- Stop using tokio in test which runs all futures sync by @pgerber https://github.com/pgerber in palfrey/serial_test#114 https://redirect.github.com/palfrey/serial_test/pull/114
- Add is_locked_serially() to check if we are in a #[serial] context by @pgerber https://github.com/pgerber in palfrey/serial_test#113 https://redirect.github.com/palfrey/serial_test/pull/113
- CI step with fully updated dependencies by @palfrey https://github.com/palfrey and @vsirivol https://github.com/vsirivol in palfrey/serial_test#118 https://redirect.github.com/palfrey/serial_test/pull/118
- default_features -> default-features by @palfrey https://github.com/palfrey in palfrey/serial_test#119 https://redirect.github.com/palfrey/serial_test/pull/119
- Strip down the required features for various libraries by @palfrey https://github.com/palfrey in palfrey/serial_test#120 https://redirect.github.com/palfrey/serial_test/pull/120
New Contributors
- @pgerber https://github.com/pgerber made their first contribution in palfrey/serial_test#114 https://redirect.github.com/palfrey/serial_test/pull/114
- @vsirivol https://github.com/vsirivol made their first contribution in palfrey/serial_test#118 https://redirect.github.com/palfrey/serial_test/pull/118
Full Changelog: @.*** https://github.com/palfrey/serial_test/compare/v3.1.1...v3.2.0
Commits
- 3ac9744 https://github.com/palfrey/serial_test/commit/3ac9744b019bee996c4d44afc72a0b1af8be1809 3.2.0
- 51259ef https://github.com/palfrey/serial_test/commit/51259ef8286b6f0f58ae02e0bcb3b021c758ddb6 Merge pull request #120 https://redirect.github.com/palfrey/serial_test/issues/120 from palfrey/strip-default-features
- 27178a2 https://github.com/palfrey/serial_test/commit/27178a21f2ef4556158e2556aeb528a24048c2c7 Add some missing features
- 5aefac5 https://github.com/palfrey/serial_test/commit/5aefac5849ca81267a648f45e3e577af168ca5af Strip down the required features for various libraries
- 3c50af8 https://github.com/palfrey/serial_test/commit/3c50af8d5e09123bc956e86d92a4902e342a8d69 Merge pull request #119 https://redirect.github.com/palfrey/serial_test/issues/119 from palfrey/fix-default-features
- c280409 https://github.com/palfrey/serial_test/commit/c2804096d0665a9afd37e0d41b547b8682d946d4 default_features -> default-features
- 6229fac https://github.com/palfrey/serial_test/commit/6229fac76f9939d028e5e4e4ec0a9584af8175a6 Merge pull request #118 https://redirect.github.com/palfrey/serial_test/issues/118 from palfrey/proc-macro-update
- f6435ab https://github.com/palfrey/serial_test/commit/f6435ab8366d75ecf926bd263e34d02dca803286 Downgrade env_logger requirements
- a41fa22 https://github.com/palfrey/serial_test/commit/a41fa22a86c4ba871bac3182d5768d95b1dbaa9c Run build/test with updated packages
- 8de7c1f https://github.com/palfrey/serial_test/commit/8de7c1fac94fb534ab17eaaf4250086a2dc8c573 Added new workflow step to update dependencies
- Additional commits viewable in compare view https://github.com/palfrey/serial_test/compare/v3.1.1...v3.2.0
[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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie https://github.com/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
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/2340 Commit Summary
- 1b9c742 https://github.com/andrewdavidmackenzie/flow/pull/2340/commits/1b9c7429a30990d1c9762ca28400927dbd38fe12 build(deps): bump serial_test from 3.1.1 to 3.2.0
File Changes
(3 files https://github.com/andrewdavidmackenzie/flow/pull/2340/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2340/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (8)
- M flowc/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2340/files#diff-583f42e38aa21a08c741f795d052dc427a7f790f677bc83da2001c82a8d5c10b (2)
- M flowr/Cargo.toml https://github.com/andrewdavidmackenzie/flow/pull/2340/files#diff-8a6d293dbd7f6b54e28c3f5d573ca2bc6ca4bec14ad29b92ee3714eff919b145 (2)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2340.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2340.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2340, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LAFFIHTT72ZZXYXRYD2ABJVHAVCNFSM6AAAAABRRFIFYCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2DQMZWHA2DKMI . You are receiving this because you were mentioned.Message ID: @.***>
Bumps serial_test from 3.1.1 to 3.2.0.
Release notes
Sourced from serial_test's releases.
Commits
3ac9744
3.2.051259ef
Merge pull request #120 from palfrey/strip-default-features27178a2
Add some missing features5aefac5
Strip down the required features for various libraries3c50af8
Merge pull request #119 from palfrey/fix-default-featuresc280409
default_features -> default-features6229fac
Merge pull request #118 from palfrey/proc-macro-updatef6435ab
Downgrade env_logger requirementsa41fa22
Run build/test with updated packages8de7c1f
Added new workflow step to update dependenciesDependabot 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