Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump tokio from 1.14.0 to 1.15.0 in /src/agent #1528

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2021

Bumps tokio from 1.14.0 to 1.15.0.

Release notes

Sourced from tokio's releases.

Tokio v1.15.0

Fixed

  • io: add cooperative yielding support to io::empty() (#4300)
  • time: make timeout robust against budget-depleting tasks (#4314)

Changed

  • update minimum supported Rust version to 1.46.

Added

  • time: add Interval::reset() (#4248)
  • io: add explicit lifetimes to AsyncFdReadyGuard (#4267)
  • process: add Command::as_std() (#4295)

Added (unstable)

  • tracing: instrument tokio::sync types (#4302)

#4302: tokio-rs/tokio#4302 #4300: tokio-rs/tokio#4300 #4295: tokio-rs/tokio#4295 #4267: tokio-rs/tokio#4267 #4248: tokio-rs/tokio#4248 #4314: tokio-rs/tokio#4314

Commits

Dependabot compatibility score

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 Dec 15, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/tokio-1.15.0 branch 4 times, most recently from bf96e01 to 5095d08 Compare December 21, 2021 02:19
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.14.0...tokio-1.15.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@mgreisen
Copy link
Contributor

mgreisen commented Jan 3, 2022

Passed integration tests with only spurious log errors.

@mgreisen mgreisen merged commit bb98bf3 into main Jan 3, 2022
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/tokio-1.15.0 branch January 3, 2022 23:37
@ghost ghost locked as resolved and limited conversation to collaborators Feb 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file passed-integration-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant