-
Notifications
You must be signed in to change notification settings - Fork 742
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
chore(deps): update tokio-test requirement from 0.2.0 to 0.3.0 #1379
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
dependabot
bot
requested review from
davidbarsky,
hawkw and
a team
as code owners
April 29, 2021 20:02
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 29, 2021
dependabot
bot
force-pushed
the
dependabot/cargo/tokio-test-0.3.0
branch
from
January 29, 2022 19:33
6c33d65
to
76b0929
Compare
dependabot
bot
force-pushed
the
dependabot/cargo/tokio-test-0.3.0
branch
from
March 22, 2022 17:38
76b0929
to
c2f9a67
Compare
Updates the requirements on [tokio-test](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.0...tokio-0.3.0) Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/cargo/tokio-test-0.3.0
branch
from
March 22, 2022 17:39
c2f9a67
to
6ab545d
Compare
hmm, surprised we don't have to do this one manually... |
Not sure what we need for do for these (can we just merge?) Checking with Eliza and Carl on Discord |
Okay, guidance is, if build succeeds on latest master, we can merge |
bryangarza
approved these changes
May 9, 2022
hawkw
added a commit
that referenced
this pull request
Jun 6, 2022
Updates the requirements on [tokio-test](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.0...tokio-0.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Weisman <[email protected]>
hawkw
added a commit
that referenced
this pull request
Jun 7, 2022
Updates the requirements on [tokio-test](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.0...tokio-0.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Weisman <[email protected]>
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.
Updates the requirements on tokio-test to permit the latest version.
Release notes
Sourced from tokio-test's releases.
... (truncated)
Commits
12f1dff
chore: prepare for v0.3.0 release (#2960)871289b
ci: run clippy on MSRV (#2962)30b40ef
rt: update docs for0.3
changes (#2956)22fa883
rt: tweak spawn_blocking docs (#2955)00b6127
rt: switchenter
to an RAII guard (#2954)a249421
process: update docs regarding zombie processes (#2952)1923350
meta: combinenet
anddns
, useparking_lot
(#2951)c90681b
rt: simplify rt-* features (#2949)24d0a0c
chore: refactor runtime driver usage ofEither
(#2918)07802b2
rt:worker_threads
must be non-zero (#2947)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