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

Bump tokio from 0.2.25 to 1.3.0 #2282

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tokio from 0.2.25 to 1.3.0.

Release notes

Sourced from tokio's releases.

Tokio v1.3.0

Added

  • coop: expose an unconstrained() opt-out (#3547)
  • net: add into_std for net types without it (#3509)
  • sync: add same_channel method to mpsc::Sender (#3532)
  • sync: add {try_,}acquire_many_owned to Semaphore (#3535)
  • sync: add back RwLockWriteGuard::map and RwLockWriteGuard::try_map (#3348)

Fixed

  • sync: allow oneshot::Receiver::close after successful try_recv (#3552)
  • time: do not panic on timeout(Duration::MAX) (#3551)

Documented

  • doc: doc aliases for pre-1.0 function names (#3523)
  • io: fix typos (#3541)
  • io: note the EOF behaviour of read_until (#3536)
  • io: update AsyncRead::poll_read doc (#3557)
  • net: update UdpSocket splitting doc (#3517)
  • runtime: add link to LocalSet on new_current_thread (#3508)
  • runtime: update documentation of thread limits (#3527)
  • sync: do not recommend join_all for Barrier (#3514)
  • sync: documentation for oneshot (#3592)
  • sync: rename notify to notify_one (#3526)
  • time: fix typo in Sleep doc (#3515)
  • time: sync interval.rs and time/mod.rs docs (#3533)

Tokio v1.2.0

Added

  • signal: make Signal::poll_recv method public (#3383)

Fixed

  • time: make test-util paused time fully deterministic (#3492)

Documented

  • sync: link to new broadcast and watch wrappers (#3504)

Tokio v1.1.1

Forward ports 1.0.3 fix.

Fixed

  • io: memory leak during shutdown (#3477).

Tokio v1.1.0

Added

... (truncated)

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)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.3.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.2.25...tokio-1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #2282 (d7d2c58) into master (007f210) will decrease coverage by 33.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #2282       +/-   ##
==========================================
- Coverage   33.95%   0.82%   -33.12%     
==========================================
  Files         483      55      -428     
  Lines       40688    2695    -37993     
  Branches    17990     929    -17061     
==========================================
- Hits        13810      22    -13788     
+ Misses      13386    2647    -10739     
+ Partials    13492      26    -13466     
Flag Coverage Δ
unittests 0.82% <ø> (-33.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
commons/scmd/src/lib.rs 0.00% <0.00%> (-100.00%) ⬇️
commons/utils/src/lib.rs 0.00% <0.00%> (-100.00%) ⬇️
commons/bcs_ext/src/lib.rs 0.00% <0.00%> (-100.00%) ⬇️
commons/service-registry/src/bus/service.rs 0.00% <0.00%> (-100.00%) ⬇️
commons/crypto/src/keygen.rs 0.00% <0.00%> (-91.66%) ⬇️
core/accumulator/src/node.rs 0.00% <0.00%> (-75.64%) ⬇️
core/accumulator/src/node_index.rs 0.00% <0.00%> (-75.30%) ⬇️
commons/system/src/lib.rs 0.00% <0.00%> (-75.00%) ⬇️
commons/service-registry/src/service_cache.rs 0.00% <0.00%> (-74.07%) ⬇️
commons/crypto/src/hash.rs 0.00% <0.00%> (-72.72%) ⬇️
... and 466 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 007f210...d7d2c58. Read the comment docs.

@jolestar
Copy link
Member

@ssyuan 这个直接升级升不上去。

@jolestar jolestar closed this Mar 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

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-1.3.0 branch March 15, 2021 06:04
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