-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump serial_test from 2.0.0 to 3.0.0 #2124
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2124 +/- ##
======================================
+ Coverage 89% 89% +1%
======================================
Files 151 151
Lines 18863 18863
======================================
+ Hits 16635 16640 +5
+ Misses 2228 2223 -5 ☔ View full report in Codecov by Sentry. |
@dependabot merge
…On Mon, Jan 8, 2024, 7:18 AM dependabot[bot] ***@***.***> wrote:
Bumps serial_test <https://github.com/palfrey/serial_test> from 2.0.0 to
3.0.0.
Release notes
*Sourced from serial_test's releases
<https://github.com/palfrey/serial_test/releases>.*
v3.0.0 What's Changed
- Multi key support palfrey/serial_test#102
<https://github.com/palfrey/serial_test/pull/102>
- Attributes like #[serial(one, two)] are now supported (for all
attributes)
- This is a breaking change, as file_serial paths now need to be
done separately #[file_serial(key, path => "/tmp/foo")]
- Attributes at a mod-level palfrey/serial_test#104
<https://github.com/palfrey/serial_test/pull/104>
- You can set any of the attributes on a mod and all #[test] fn's
in that mod will have the attribute applied.
*Full Changelog*: ***@***.***
<palfrey/serial_test@v2.0.0...v3.0.0>
Commits
- bba3db8
<palfrey/serial_test@bba3db8>
3.0.0
- ae14645
<palfrey/serial_test@ae14645>
Merge pull request #104
<https://github.com/palfrey/serial_test/issues/104> from
palfrey/serial-for-mod
- 0dec256
<palfrey/serial_test@0dec256>
Merge branch 'main' into serial-for-mod
- cee1dc1
<palfrey/serial_test@cee1dc1>
Add testing and parallel to package keywords
- 2a4b641
<palfrey/serial_test@2a4b641>
Merge branch 'main' into serial-for-mod
- 288d933
<palfrey/serial_test@288d933>
Merge pull request #105
<https://github.com/palfrey/serial_test/issues/105> from
palfrey/upgrade-rustix
- cf9d7fe
<palfrey/serial_test@cf9d7fe>
Upgrade rustix
- a8d985d
<palfrey/serial_test@a8d985d>
Replace a single-use match with if let
- 67d22ff
<palfrey/serial_test@67d22ff>
Fix some clippy issues
- ff2890d
<palfrey/serial_test@ff2890d>
Update docs for mod-level functionality
- Additional commits viewable in compare view
<palfrey/serial_test@v2.0.0...v3.0.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 <dependency name> 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:
#2124
Commit Summary
- 8e85511
<8e85511>
build(deps): bump serial_test from 2.0.0 to 3.0.0
File Changes
(3 files <https://github.com/andrewdavidmackenzie/flow/pull/2124/files>)
- *M* Cargo.lock
<https://github.com/andrewdavidmackenzie/flow/pull/2124/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(8)
- *M* flowc/Cargo.toml
<https://github.com/andrewdavidmackenzie/flow/pull/2124/files#diff-583f42e38aa21a08c741f795d052dc427a7f790f677bc83da2001c82a8d5c10b>
(2)
- *M* flowr/Cargo.toml
<https://github.com/andrewdavidmackenzie/flow/pull/2124/files#diff-8a6d293dbd7f6b54e28c3f5d573ca2bc6ca4bec14ad29b92ee3714eff919b145>
(2)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2124.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2124.diff
—
Reply to this email directly, view it on GitHub
<#2124>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LCIWR63OKJKPGGWISDYNOFRXAVCNFSM6AAAAABBQ6HFPSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DSNZXGQZTMOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps serial_test from 2.0.0 to 3.0.0.
Release notes
Sourced from serial_test's releases.
Commits
bba3db8
3.0.0ae14645
Merge pull request #104 from palfrey/serial-for-mod0dec256
Merge branch 'main' into serial-for-modcee1dc1
Add testing and parallel to package keywords2a4b641
Merge branch 'main' into serial-for-mod288d933
Merge pull request #105 from palfrey/upgrade-rustixcf9d7fe
Upgrade rustixa8d985d
Replace a single-use match with if let67d22ff
Fix some clippy issuesff2890d
Update docs for mod-level functionalityDependabot 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 <dependency name> 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)