Skip to content
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): update tokio requirement from 0.2 to 0.3 #23

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2020

Updates the requirements on tokio to permit the latest version.

Release notes

Sourced from tokio's releases.

Tokio v0.3.4

Fixed

  • stream: StreamMap Default impl bound (#3093).
  • io: AsyncFd::into_inner() should deregister the FD (#3104).

Changed

  • meta: parking_lot feature enabled with full (#3119).

Added

  • io: AsyncWrite vectored writes (#3149).
  • net: TCP/UDP readiness and non-blocking ops (#3130, #2743, #3138).
  • net: TCP socket option (linger, send/recv buf size) (#3145, #3143).
  • net: PID field in UCred with solaris/illumos (#3085).
  • rt: runtime::Handle allows spawning onto a runtime (#3079).
  • sync: Notify::notify_waiters() (#3098).
  • sync: acquire_many(), try_acquire_many() to Semaphore (#3067).
Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2020
@gangliao
Copy link
Contributor

awslabs/aws-lambda-rust-runtime#266
hyperium/hyper#2302

All relevant issues seem to be solved. I will check that.

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-0.3 branch 5 times, most recently from d1db236 to 413a489 Compare December 4, 2020 04:36
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-0.3 branch 3 times, most recently from 661703d to ae4014c Compare December 9, 2020 17:59
Updates the requirements on [tokio](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.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-0.3 branch from ae4014c to cf3841f Compare December 9, 2020 19:14
@gangliao gangliao closed this Dec 9, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/tokio-0.3 branch December 9, 2020 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant